Owning Palette: String Functions
Requires: Base Development System
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.
Add to the block diagram | Find on the palette |
string can be a string, a cluster of strings, an array of strings, or an array of clusters of strings. | |
all lower case string has the same structure as string. |
If string is a numeric value or an array of numeric values, 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. It also translates any other value in the extended ASCII character set that has a lowercase counterpart, such as uppercase alphabetic characters with accents.