HP 3000 Manuals

DEBLANK$ [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation


HP Business BASIC/XL Reference Manual

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