Returns text stripped of all leading and trailing spaces.
Trim ( text )
text
- any text expression or text field
text
FileMaker Pro 6.0 or earlier
Use this function to remove unneeded spaces when you convert files from other programs or systems that require a fixed number of characters per field, or to remove spaces accidentally typed during data entry.
Trim ( " Tom " )
returns Tom.
Trim ( Middle ( "00230013 William 1234" ; 9 ; 9 ) )
returns William.