LAYE/['layout name',]SAVE[,'new layout name'][,IFERR,label:]
Saves a specified layout in the database. The layout can be saved with its existing name or with a new layout name. If no layout name is specified, the active layout is saved.
Parameter |
Description |
'layout name' |
A string or string variable which represents the name of an existing layout that is saved. |
SAVE |
Minor word which indicates that the layout is to be saved. |
'new layout name' |
A string or string variable which represents the new name to give to the layout as it is saved. |
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs in saving the layout. |