| Applying science to business management |
  
save
Format: save( file )
Arguments: (text) file File name (as with all
text strings, backslash characters (\) must be typed twice (\\)
to indicate a literal backslash as opposed to the start of a
control code)
Returns: (text) file
Description: This primitive saves the current document
(model or script) to a file. This primitive has the same effect
as the Save As command in the File menu.
Examples: save("c:\\qualify.dsb")
= saves the system status in the file c:\qualify.dsb
See Also: close
|