Trim

The Trim Function

December 21, 2010 User Reference
Thumbnail image for The Trim Function

The <<Trim()>> function will strip white space from either side of a value. For example, suppose you want to test that a field is empty, but sometimes that field might contain spaces and you want that data element to be regarded as empty when it contains only spaces.  The condition in the command <<If(Name = [...]

Read the full article →