CalcIt Commands

UNIQUE(ArrExpr)

Returns an array with the contents of ArrExpr where all duplicates are removed. The operation is not case sensitive. Because of the algorithm used the returned array is always alphabetically sorted. This command when it is used in conjunction with IN operator signals for alphanumeric sorted data.

It is used in array expressions.

Go Back