current_item_index: INTEGER
Index of the current item in the current query. Calls to next, previous or updating the query change the current item in the query. A value of 1 corresponds to the first item. Value must be between 1 and total_items.
current_item_name
database functions
Database
script show_current_item is message ('current item is ' . column_value ('name', current_item_index), Message_info) end