SQUEEZE string,table[,length]
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 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
Back | Start | Next |
TRANSLAT | Top | CENTER |