ListBox.SetItemText

ListBox.SetItemText ( 

string ObjectName,

number Index,

string Text )

Description

Sets the item text for a specific item in a listbox object.

Parameters

ObjectName

(string) The name of the listbox object.

Index

(number) The index (line number) whose item text you want to set. You can use an index of -1 to access the last item in the list.

Text

(string) The text to display for the listbox item.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions