HiLMAs reference
Back

String Handling

Next

SQUEEZE

SQUEEZE string,table[,length]

 

Description

From string are deleted all characters found in table. Every character in table is searched in string and is deleted if found. Padding spaces are added at the end of the string.

Optional length parameter overrides the predefined length of the input string, so must be <= of this predefined length.

Parameter specifications

Parameter Name Mode Type coding Remark
1 string Input/Output  String C or X String to be "squeezed"; max length 255 char.
2 table Input String C or X or const. Contains characters to "squeeze"
3 length Input Integer F or H or const. If omitted, length is of the first string

 

Examples

 


Back Start Next
TRANSLAT Top CENTER