linesBetweenRows

The linesBetweenRows property specifies the number of blank lines between each line that contains an array element, as in the following example:
myIntArray INT[] { linesBetweenRows = 1 }

This property is meaningful only for arrays. The default value for this property is 0. You cannot update the property at run time.

Compatibility

Table 1. Support for segments property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
Yes No No Yes Yes Yes Yes Yes

Feedback