ListBox.SetItemData

ListBox.SetItemData ( 

string ObjectName,

number Index,

string Data )

Example 1

ListBox.SetItemData("Cars", 5, "Black, Red, Blue, White, Silver");

Sets the string "Black, Red, Blue, White, Silver" to be the fifth item's item data in the "Cars" listbox object.

See also:  Related Actions