addedValueMacros.indexProperty
Syntax
{addedValueMacros.indexProperty(indexedVariableID, propertyID, groupname="")}
- indexedVariableID - the name of an indexed message variable
- propertyID - one of
- size - the total number of entries in the index
- min or minimum - the smallest value in the index
- max or maximum - the largest value in the index
- rank or ranking - the relative order of the current message in the index
- nextLink - the message number of the next value in the index
- previousLink - the message number of the previous entry in the index
- groupname (optional, default empty) - the groupname of the variable
Examples
| {addedValueMacros.indexProperty("subject","size", )} |
25 |
Semantics
Returns the value of an index property.