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