DEBLANK$ The DEBLANK$ function returns a copy of a string without blanks. Syntax DEBLANK$(S$) Parameters S$ The string expression to be deblanked. Examples 10 A$ = DEBLANK("c a t") !A$ = "cat"
MPE/iX 5.0 Documentation