ListBox.GetItemText

string ListBox.GetItemText ( 

string ObjectName,

number Index )

Example 1

item_display_text = ListBox.GetItemText("Photos", 3);

Gets the item text of the third item in the "Photos" listbox object and stores it in a variable called "item_display_text."

See also:  Related Actions