|
Alltrim()
Removes leading and trailing blanks from a
character variable.
Syntax
Alltrim(<cString>) --> cTrimString
Arguments
<cString> --> the character expression
to trim.
Returns
Alltrim() returns a character string with leading
and trailing spaces removed.
Description
Alltrim() is a character function that removes
both leading and trailing spaces from a string. It is related to
LTrim()
and
RTrim()
which remove leading and trailing spaces, respectively.
____________________________
Related Topics
Business
Function List
|