The columns property specifies the number of columns in which to display the elements of a variable field array.
myIntArray INT[] { columns = 2 }
The columns property is meaningful for arrays only. To control the distribution of array elements on screen, whether horizontal or vertical, use the orientIndexAcross property.
The default value for this property is 1. You cannot update the property at run time.
| Data item | VGUI record | Console UI | Text Form Java™ | Text Form COBOL | Print Form Java | Print Form COBOL |
|---|---|---|---|---|---|---|
| Yes | No | Yes | Yes | Yes | Yes | Yes |