The last 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 currentvalue in a text stimulus:
<text sometext>
/ items= ("currentvalue = <% text.sometext.currentvalue %>")
</text>
The following displays the value of currentvalue in an instruction page:
<page somepage>
currentvalue = <% text.sometext.currentvalue %>
</page>