Returns a copy of a string without leading spaces (LTrim), trailing spaces (RTrim), or both leading and trailing spaces (Trim).
LTrim(string) RTrim(string) Trim(string) |
Visual Basic Scripting Edition |
LTrim; RTrim; and Trim Functions |
See Also |
Returns a copy of a string without leading spaces (LTrim), trailing spaces (RTrim), or both leading and trailing spaces (Trim).
LTrim(string) RTrim(string) Trim(string) |