current_item_name: STRING
Name of the current item in the current query. Calls to next, previous or updating the query change the current item in the query.
current_item_index
database functions
Database
script show_current_item is message ('current item is ' . current_item_name, Message_info) end