Description
Returns the name of the item, selected in a list box, or in a switch item.
Syntax
retvalue = object.GetListIdx (iIdx) |
object
Required. Object name, returned by Dim idlg As InputDlg = New InputDlg.
Idx
Index of the item.
Example
See the example in the GetListStr)
See also