Returns the index of an item in the combo box, list box, listview, popup list, or radio list.
This functionality is supported only if you are using the Classic Agent.
iIndex = list.FindItem(sItem)
If the item sItem is not found, FindItem returns zero (0).
INTEGER iIndex // Determine which number d: is in list of drives TextEditor.File.Open.Pick() iIndex = Open.Drives.FindItem("d:*")