Automatically applying fit() to print fields (sys.AutoFit)ΒΆ
!temp sys.AutoFit,,i1 |
Automatically apply fit() function to print fields |
This variable can be used to force text printed in a proportional font to fit its allocated width.
Possible values are sys.AutoFit are OFF, 1 and 2 (default is OFF). The meanings of these values are:
1 |
Apply the fit() function to all print items that are fields (from files, from records, or temporary), but not to quoted text strings or to text expressions. |
2 |
Apply the fit() function to all printed text in the report. |
OFF |
Only apply the fit() function if specified in the print[h] command. |
To maximise the amount of space available for each field, set the variable sys.Gap to 1.