auto_SaveDocumentAs saves the document created with the auto_LoadTemplate function under a new name.
Return Value
bool is TRUE (1), when the document has be saved and otherwise, FALSE (0).
Parameters
ssFileName is the complete name under which the document should be saved. Hint: When entering a file name, you can use a slash ("/") instead of a backslash ("\"). Example: "c:/data/file.ipw".
Example
auto_SaveDocumentAs("c:/data/dat.ipw")
See also
id-162566