OverviewExamples
| 
 string ListBox.GetItemText (  | 
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