Please enable JavaScript to view this site.

ESL Documentation

ESLSTR Subroutine

Convert a string to uppercase.

call ToUpper(STRING_SV)

STRING_SV

The string whose characters you want converted.

Description

Use this subroutine to convert the characters in STRING_SV to uppercase.

Note that the use of a single parameter allows in-place conversion.

See Also

ToUpperFunction( ) Function