LAYE/['layout name',]REMOVE,'view name'[,SAVE[,'new layout name']][,IFERR,label:]
Removes a view from a layout.
Parameter |
Description |
'layout name' |
A string or string variable which represents the name of the layout to be edited. If no name is specified, the active layout is edited. |
REMOVE |
Minor word which indicates that a view is to be removed from the layout. |
'view name' |
A string or string variable which represents the name of an existing view in the layout to remove. |
SAVE |
Minor word which indicates that the layout is to be saved with the current edits. |
'new layout name' |
A string or string variable which represents the new name of the layout as it is being saved. If no new name is specified, the layout is saved using its original name. |
IFERR,label: |
A label to which program execution jumps if an error occurs during editing or saving the layout. |