copyResetRowCol
layout copyResetRowCol boolean { t | nil }
Description
Sets the default location for the Copy form’s Rows and Columns fields each time you repeat the Copy command.
The default is nil, the location is set to the.cdsenv file. When set to nil, the last value entered in the form fields is retained.
GUI Equivalent
Examples
envGetVal("layout" "copyResetRowCol")
envSetVal("layout" "copyResetRowCol" 'boolean nil)
Related Topics
Return to top