up Inquisit Language Reference

currentIndex property

The index of the currently selected value of a standalone list item or a stimulus list.

Member of

<list> <html> <picture> <port> <sound> <text> <video> <xid>

Syntax

object.name.currentIndex

Read Only

Type

integer

Remarks

None.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.