How do I select the text at a certain index in a ListBox I am using these commands: PROPERTY <ComponentID> CHECKINDEX .vchk GETPROPERTY <ComponentID> SELECTEDSTATE 'vsel' GETPROPERTY <ComponentID> SELECTION 'vitem'
The SelectedState comes back with the correct value but Selection comes up with the item that I last clicked on.
