auto_SaveDocumentAsΒΆ

auto_SaveDocumentAs saves the document created with the auto_LoadTemplate function under a new name.

bool = auto_SaveDocumentAs(ssFileName)

Return Value

bool is TRUE (1), when the document has be saved and otherwise, FALSE (0).

Parameters

ssFileName

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")

id-162566