Processing math: 100%

CHR_LEN

Return the length of a string, ignoring trailing blanks

Description:

Find length of string, ignoring trailing blanks.

Invocation

RESULT = CHR_LEN( STRING )

Arguments

STRING = CHARACTER ( ) (Given)
The string whose length is to be determined.

Returned Value

CHR_LEN = INTEGER
Returns the used length of the string.