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