rowAbutNumberOfUnits
layoutrowAbutNumberOfUnits intdataEntryValue
Description
Sets the value of the data entry field for the Abut option in the Definition section of the Create – P&R Objects – Row form to specify how many rows you want to abut. The valid values are any integer greater than zero.
To specify a value for this data entry field, the Abut option must be set to t. You can set the Abut option with the rowAbutUnit environment variable.
GUI Equivalent
Examples
envGetVal("layout" "rowAbutNumberOfUnits")
envSetVal("layout" "rowAbutNumberOfUnits" 'int 10)
Related Topics
Return to top