8.4.50 LTrim, RTrim, Trim Function

Returns a copy of a string without leading spaces (LTrim), trailing spaces (RTrim), or both leading and trailing spaces (Trim).
Syntax
LTrim(string)
RTrim(string)
Trim(string)
Arguments
- string
- Any valid string expression. If string contains Null, Null is returned.
Copyright © 2000 Chili!Soft
|