BASIC
BASIC functions
trimb() function
trimb() function
The
trimb()
function removes trailing spaces from a string.
Syntax
trimb(
str.exp
)
Parameter(s)
str.exp
Specifies the string from which trailing spaces are removed.
Description
Note:
This function requires a nondefault
$options
setting to compile.
See also
$options statement
Parent topic:
BASIC functions