Please enable JavaScript to view this site.

A-Shell Reference

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.
XSTRIPxs, 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.