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