Macro Language Reference > Macros > System > tsgmccsave
  
tsgmccsave
Description
Saves a custom SGML configuration file.
 
Example 250. Save the custom configuration file as sgmlcon.3ag
The syntax below will save the custom configuration file as sgmlcon.3ag and overwrite the file if it already exists:
tsgmccsave "sgmlcon.3ag" ,1
Syntax
tsgmccsave filename:s? overwrite:o?
tsgmccsave
[no parameter]
Invoke the Customer Configuration File dialog box.
filename
The name of custom configuration file to be saved
overwrite
Toggle whether or not to overwrite the file if it already exists:
0
Off
1
On
Additional Information
 
This macro is not available through the interface, as relevant document settings should be saved in the document or template itself rather than in an external file. However, the macro has been included in case external saving is a requirement.