Returns the item at the specified index.
<html>
<list>
<picture>
<port>
<sound>
<text>
<video>
<xid>
| Name | Type | Description | 
|---|---|---|
| index | integer | The index of the item to get. The first item in the list is 1. | 
The following displays an item from one text element in the item from another text element:
<text sometext>
/ items= ("current category = <% text.someothertext.item(1) %>")
</text>The following displays a stimulus item in an instruction page:
<page somepage>
current category  = <% text.current.item(10) %>
</page>