TRIM (remove spaces from text)

<< Click to Display Table of Contents >>

TRIM (remove spaces from text)

Syntax:

TRIM(Text)

Description:

Removes all spaces from the beginning and the end of the specified text string.

Example:

TRIM("    Text  ") returns Text

See also:

CLEAN