Name
Combobox.Rename -- rename an entry (V1.1)
Synopsis
moai.DoMethod(id, "Rename", pos, newname$)
Function
Rename the combobox entry at the specified position to the name specified in
newname$
. The entry position is specified in the
pos
argument. This must be an absolute index position starting at 0 for the first entry.
Inputs
id
id of the combobox object
pos
entry position as absolute number
newname$
new name for combobox entry
Show TOC