> What is the difference between the CHECKINDEX and ItemIndex properties? > How is SELECTEDState different from SELECTION?
Because The command parser was configured to take only 4 arguments there wasn't a way to do something like: GETPROPERTY <CompID> IsSelected(Index#) 'vBoolean' because of a lack of a mechanism to get the two values from the same statement, so it had to be put into a two step process just like the ItemIndex/Selection pairs, excepting the CheckIndex/SelectedState pairs relate to getting the Selected State of a ListItem instead of the Value of the ListItem.
