ListBox.SetItemText

ListBox.SetItemText ( 

string ObjectName,

number Index,

string Text )

Example 1

ListBox.SetItemText("Cars", 5, "Compact");

Sets the fifth item's text to the string "Compact" in the "Cars" listbox object.

See also:  Related Actions