ESLSTR Subroutine
Convert a string to lowercase.
call ToLower(STRING_SV)
STRING_SV
The string whose characters you want converted.
Description
Use this subroutine to convert the characters in STRING_SV to lowercase. Note that the use of a single parameter allows in-place conversion.
See Also
ToLowerFunction( ) Function