NAME $1 - SYNOPSIS DESCRIPTION IMPLEMENTATION SEE ALSO ARGUMENTS MODIFIED CALLS BUGS trim trailing blanks and tabs from a string integer function strim (str) character str (ARB) 'Strim' is used to trim trailing blanks and tabs from the EOS-terminated string passed as its first argument. The function return is the length of the trimmed string, excluding EOS. One pass is made through the string, and the position of the last non-blank, non-tab character remembered. When the entire string has been scanned, an EOS is planted immediately after the last non-blank. str stake (2), sdrop (2), substr (2)