up Inquisit Language Reference

items property

Returns an item from a list.

Member of

<list>

Syntax

list.name.items

Read/Write

Type

array

Remarks

This is a list property.

Examples

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.