Manuals/calci/LISTUNIQUE
Jump to navigation
Jump to search
LISTUNIQUE (Items,Column)
- is the set of values.
- is any integer.
Description
- This function list the unique specified values from the given set of values.
- In , is the set of values.
- is the entry number to display.
- This function is used to list the specified entry values from the given set of values.
Examples
- LISTUNIQUE([[1,2,3,4,5],[6,7,8,9,10],[11,12,13,14,15]],4) = 4 9 14
- LISTUNIQUE([[-2,-9,-10,3.2,9,7,5],[5,2,9.3,3.2,7.1,2.3]],6) = 7 2.3
- LISTUNIQUE([[4,3,9.2,4.3,7.2,1.2,9.7,3.4,1.2,2.3],[52,32,13,54,7.2,-8.4,1/2,4/9,3/2]],7) = 9.7 0.5
See Also