f$Word: ColumnOrientation
f$Word: ColumnOrientation
Determine the orientation of a table column. After the table has been inserted, f$Word: Table the width for each column can be defined.
Syntax: | Status = f$Word('TableColumnAttribute','No','Att') | ||
| Argument | Type | Meaning |
| TableAttribute | String | Keyword |
| ColumnNo | String | Number of the table column the width is to be defined for, beginning with 1 |
| Attribute | String | Column width '0' – left-aligned, |
Result: | Integer | 0: Command successfully executed -1: No table existent. | |
Example: | Status = f$Word('InsertTable' ,'1',' 2.0' ) | ||