up Inquisit Language Reference

minimum property

The minimum value in the list.

Member of

<list>

Syntax

list.name.minimum

Read Only

Type

number

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 minimum value in a list:

<page myPage>
file = <% list.ratings.minimum %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.