TrimW

Description

Removes leading and trailing spaces from a string.

NoteObsolete function TrimW is an obsolete function. It has the same behavior as Trim.

Syntax

TrimW ( string )

Returns

String. Returns a copy of string with all leading and trailing spaces deleted if it succeeds and the empty string ("") if an error occurs.