ListBox.GetItemData

string ListBox.GetItemData ( 

string ObjectName,

number Index )

Example 1

data_string = ListBox.GetItemData("DocumentList", 5);

Gets the associated item data of the fifth item in the "DocumentList" listbox object and stores it in a variable called "data_string."

See also:  Related Actions