Inquisit Language Reference
Returns an item from a list.
<list>
list.name.items
Read/Write
array
This is a list property.
The following displays the value of the first item in a list:
<page rankedpreferences> items = <% list.rankedpreferences.item(0) %> </page>
Copyright Millisecond Software, LLC. All rights reserved.