ComboBox.SetItemText

ComboBox.SetItemText ( 

string ObjectName,

number Index,

string Text )

Description

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

Parameters

ObjectName

(string) The name of the combobox object.

Index

(number) The index (line number) whose item data you want to set. Use an index of -1 to access the last item in the list.

Text

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

Returns

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

See also:  Related Actions