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