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:
ContainsAll
ContainsAllExactly
ContainsAny
ContainsAnyExactly
ContainsSome
HasAnswer
Find
IsEmpty
Len
Right
Left
CText
CCategorical
CLong
CDate
CDouble
Intersection
DifferenceUnion
All comparison operations are run by using locale sensitive JavaScript functions (the functions use the locale of the host device).
See also