Purpose |
Delete characters from a
| ||||||
Syntax |
s$ = CLIP$(LEFT StringExpression, Count&) s$ = CLIP$(RIGHT StringExpression, Count&) s$ = CLIP$(MID StringExpression, Start&, Count&) | ||||||
Remarks |
If Count& is negative, or Start& is less than one, the return value is undefined. | ||||||
Restrictions |
If Count& is less than one, the entire string is returned. If Start& is less than one, the results are undefined. | ||||||
See also |
EXTRACT$, LTRIM$, MID$, REMOVE$, REPLACE, RTRIM$, SHRINK$, STRINSERT$, STRDELETE$, TRIM$ |