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