up Inquisit Language Reference

maximum property

The maximum value in the list.

Member of

<list>

Remarks

Evaluates every item in the list and returns the lowest value. If no numeric items are in the list, the property returns 0.

Examples

The following displays the maximum value in a list:

<page somepage>
file = <% list.ratings.maximum %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.