VBscript Built-in Functions Back to Function List
Trim Gives a copy of a string without leading and trailing spaces Trim(string) The string argument is any valid string expression. If string contains Null, Null is returned.