Please enable JavaScript to view this site.

ESL Documentation

ESLSTR Function

Return the characters in a string in lowercase.

ToLowerFunction(STRING_SV)

STRING_SV

The string whose characters you want converted to lowercase.

Description

Use this function to return a lowercase version of the characters in STRING_SV.

See Also

ToLower( ) Subroutine