Syntax:=Trim(Text)
Description:Returns the string Text where the trailing and leading spaces are removed.Equivalent to RTrim(LTrim(Text))
Example:=Trim(" hello world ")