xcall STRIP, strvar
STRIP removes trailing blanks and tabs from the specified string.
See Also
• | TRIMxs, which trims leading spaces, trailing spaces and tabs, and has an option to remove control characters as well. |
• | STRIP$(), a function version of the same logic. |
• | RTRIM$(), same as STRIP$() but removes spaces only |
• | EDIT$(), similar function with expanded capabilities. |