Description
Returns the value of the list item with index iIdx.
Syntax
retvalue = object.GetListData (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