Removes leading and trailing spaces from a given string.

Usage

Trim(text)

text (required) Text or a column of text.

Example

Trim(" John Doe ")
  • Returns “John Doe”
[Trim of First Name] = Trim([First Name])
  • Returns:

See Also


Was this page helpful?
Yes No