ESLSTR Function
Remove the leading and trailing blanks in a string.
TrimEndsFunction(TRIM_STRING_SV)
TRIM_STRING_SV
The identifier for a string whose leading and trailing blanks you want removed.
Description
Use this function to remove the leading and trailing blanks from TRIM_STRING_SV.
The function returns TRIM_STRING_SV without the blanks. Note that the use of a single parameter allows in-place conversion.
See Also
TrimEnds( ) Subroutine