The index of the currently selected stimulus or counter item.
object.name.selectedIndex
Read Only
integer
None.
The following displays the value of selectedIndex in a text stimulus:
<text myText>
/ items= ("selectedIndex = <% text.myText.selectedIndex %;>")
</text>
The following displays the value of selectedIndex in an instruction page:
<page myPage>
selectedindex = <% text.myText.selectedIndex %;>
</page>