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