up Inquisit Language Reference

median property

The median of the values in the list.

Member of

<list>

Remarks

Evaluates every item in the list and returns the median. Non-numeric values are assigned a value of 0. If no numeric items are in the list, the property returns 0.

Examples

The following displays the median of the values in a list:

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

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