Trim command
Using the TRIM command, you determine
when the application will cut left and right spaces in your reports.
Default value for TRIM is Y.
Syntax:
TRIM=Y|N
Example:
The line:
{$a} Text with trim=y (default) {\n}
equals:
{$a}Text with trim=y (default){\n}
If TRIM=N is specified, spaces will not be
cut.
The line:
{trim=n;$a} Text with trim=y (default) {\n;trim=y}
Will be printed with all its spaces before and
after the chain.
|