SET COLUMNSPACING
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
SET COLUMNSPACING
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Controls the spacing between columns in the output of LIST and OUTPUT commands.
Syntax
SET COLUMNSPACING num
Parameters
num | Num can be an integer constant (e.g., 15, 200), a variable, form field, menu item, or parameter that evaluates to an integer, A setting of zero is valid. |
Comments
The COLUMNSPACING option is set to 1 by default.
The SET COLUMNSPACING command specifies the number of spaces to be inserted between successive columns in the output generated by the LIST, SELECT, and OUTPUT commands.
Example
To specify three spaces between columns, use the following:
set columnspacing 3
See Also
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5