The index of the currently selected value of a standalone list item or a stimulus list.
<list> <picture> <port> <sound> <text> <video> <xid>
None.
The following displays the value of currentindex in a text stimulus:
<text sometext>
/ items= ("currentindex = <% text.sometext.currentindex %>")
</text>
The following displays the value of currentindex in an instruction page:
<page somepage>
currentindex = <% text.sometext.currentindex %>
</page>