trim
| trim | 
  Purpose
 
 
 Remove blank characters at the beginning and/or end of a text string.
 
 
  Synopsis
 
 procedure trim(t:text)
 procedure trim(t:text,where:boolean)
 
  Arguments
 
 | 
     t 
     | 
     Text to trim
     | ||||
| 
     where 
     | 
     Part of the text to trim:
     
 | 
  Further information
 
 
  When the function is used with a single argument, both starting and ending blank characters are deleted.
 
 
  Module
 
  
