LAYN/['old layout name',]'new layout name'[,IFERR,label:]
Renames the specified layout. If you do not specify the layout to be renamed, the system renames the current layout. Renaming a layout does not create a new layout.
Parameter |
Description |
'old layout name' |
A string or string variable which represents the name of the layout to be renamed. |
'new layout name' |
A string or string variable which represents the new name of the layout. |
IFERR,label: |
A label to which program execution jumps if an error occurs. Possible errors include: layout name is invalid; layout does not exist; layout already exists with that name; new layout name is invalid; cannot rename a canned layout. |