FunctionLibrary
The
FunctionLibrary object includes static object methods that correspond to the functions in the
UNICOM Intelligence Function Library. All library functions exist on the same
FunctionLibrary object (for example, there is no name-spacing to categorize the functions).
All functions accept null, Number, String, Categorical, Data, Object, Boolean, and InterviewValue values as arguments. Only function library functions that are supported in UNICOM Intelligence Author are supported. The following functions are supported:
CCategorical
CDate
CDouble
CLong
ContainsAll
ContainsAllExactly
ContainsAny
ContainsAnyExactly
ContainsSome
CText
DifferenceUnion
Find
HasAnswer
Intersection
IsEmpty
Left
Len
Right
All comparison operations are run by using locale sensitive JavaScript functions (the functions use the locale of the host device).
See also