HiLMAs reference
Back

String Handling

Next

RTRIM

RTRIM string[,length]

 

Description

This statement aligns string at right, removing trailing blanks. Optional length parameter overrides the predefined length of the input string, so can be only <= of this predefined length.

 

Parameter specifications

Parameter Name Mode Type coding Remark
1 string Input/Output  String C or X String to be aligned; max length 255 char.
2 length Input Integer F or H or const.  

 

Examples

 


Back Start Next
LTRIM Top TEMPLATE