Arbortext IsoDraw > Macro Language Reference > Menu Commands > File Menu > Save
  
Save
Saves the current document in Arbortext IsoDraw file format or CGM format (if CGM is set as the native format).
SAVE"path""version"PACKED
No parameters
Displays the Save As dialog box.
path
(optional) The location and filename of the file to be saved. If no path is specified, a Save As dialog box appears when SAVE executes.
version
(optional; string) Any one of the file format specifiers below:
Default
Current Arbortext IsoDraw version or (or CGM if CGM is set as the native format).
Version_73
Arbortext IsoDraw 7.3 format.
* 
The default extension for files saved in 7.3 and later format is *.idr. However, if you save an existing *.iso file in 7.3 format, the file is saved with the existing *.iso extension.
Version_72
Arbortext IsoDraw 7.2 format
Version_71
Arbortext IsoDraw 7.1 format
Version_7
Arbortext IsoDraw 7 format
Version_6
Arbortext IsoDraw 6 format
CGM
CGM format
PACKED
(optional) Packs all information into one file. External files placed in the document are included in the packed file.
* 
This keyword has been supported since Arbortext IsoDraw 5.0. However, if you are running Arbortext IsoDraw 7.0 or later you can only save Arbortext IsoDraw 7.0 or later files in packed format.
# Save current version Arbortext IsoDraw format file with *.idr extension:
SAVE "C:\assy\clutch.idr"

# Save current version Arbortext IsoDraw format file with *.iso extension:
SAVE "C:\assy\clutch.iso"

# Save Arbortext IsoDraw version 7.2 format file:
SAVE "C:\assy\clutch.iso" "Version_72"

# Save as CGM format file:
SAVE "C:\assy\clutch.cgm" "CGM"

# Save as Arbortext IsoDraw version 7.1 packed format file:
SAVE "C:\assy\clutch.isoz" "Version_71" packed