CHR_LCASE

Convert a string to lowercase

Description:

The characters in the string are all converted to lowercase in situ.

Invocation

CALL CHR_LCASE( STRING )

Arguments

STRING = CHARACTER ( ) (Given and Returned)
The string to be converted to lowercase.