LTRIM$ The LTRIM$ returns a copy of a string expression without leading blanks. Syntax LTRIM$(S$) Parameters S$ The string expression that is to be trimmed. Examples 10 A$ = LTRIM(" Hi") !A$ = "Hi"
MPE/iX 5.0 Documentation