Survey Tabulation > Advanced expressions > UNICOM Intelligence function library > List functions
 
List functions
These functions are used for ordering, and retrieving items from, category lists, arrays, and collections of objects.
Function
Description
Returns a specified item from a list, or NULL if the item isn't found.
Returns the current reversal state (which is used by Rev).
Returns the current rotation state (which is used by Rot).
Returns a randomized copy of a list. An optional parameter defines how many items from the input list are included in the randomized list.
Returns a string whose content and length are selected randomly within the constraints specified by the parameters. Intended to be used to generate unpredictable passwords.
Returns an array containing values selected randomly from a given series of integers.
Returns an array containing copies of items from an input list, either in the normal order or in reverse order. The optional Count parameter defines how many items from the input list are included in the returned list.
Returns an array containing values selected from a given series of integers, either in the original order or in reverse order.
Returns an array containing copies of items from the input list, in a rotated order. The optional Count parameter defines how many items from the input list are included in the returned list.
Returns an array containing values selected from a given series of integers in a "rotated" order.
Returns an array containing copies of selected items from the input list.
Sets the reversal state.
Sets the rotation state.
Returns an array containing copies of items from the input list, sorted in ascending order. The optional Count parameter defines how many items from the input list are included in the returned list.
Returns an array containing copies of items from the input list, sorted in descending order. The optional Count parameter defines how many items from the input list are included in the returned list.
See also
UNICOM Intelligence function library