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