Initializing help system before first use

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
Text to trim
where 
Part of the text to trim:
SYS_LEFT 
Beginning of the string
SYS_RIGHT 
End of the string
Further information
When the function is used with a single argument, both starting and ending blank characters are deleted.
Module