stringCiGE
|
The stringCiGE function performs a case-insensitive comparison between the
two strings {string1} and {string2}. If {string1} is
greater than or equal to {string2}, true is returned; otherwise, false is returned.
Usage Use the stringCiGE function when you wish to have a case-insensitive
comparison of two Strings and
determine if the first String is greater than or equal to the second String. The result is expressed
as a Boolean value (true or false).
(stringCiGE string1 string2) (stringCiGE text1 text2) Returns true if the first String is greater than or equal to the second String and false
if the first String is lesser in value than the second String.
Expression:
Arguments
Name
Type
Description Argument: string1 String or Text
The first String or Text to be compared Argument: string2 String or Text
The second String or Text to be compared
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
String | Boolean |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|