Converts all alphabetic characters in string to lowercase characters. Evaluates all numbers in string as ASCII codes for characters. This function does not affect non-alphabetic characters. The connector pane displays the default data types for this polymorphic function. Details
![]() |
string can be a string, a cluster of strings, an array of strings, or an array of clusters of strings. If the data type of string is a number, the function interprets it as ASCII codes for characters. |
![]() |
all lower case string has the same structure as string. |
If string is a numeric or an array of numerics, each number is evaluated as an ASCII value. The To Lower Case function translates all values in the range of 65 to 90 into values over the range of 97 to 122. All other values remain unchanged.