Zoomed Image

AMSX Scripting Language - Command : savespecial

Summary

Run a SaveSpecial operation using the AMSX XML buffer

Description

Invokes a named special save operation, passing the current AMSX XML document (mdoc) as the XML payload. Arguments are shifted left by one for legacy reasons, so argument 0 is ignored and argument 1 becomes the first effective parameter.

Parameters

ParameterDescription
cmdSaveSpecial command name
Argument 0Ignored (legacy shift)
Argument 1First argument to the SaveSpecial command
Argument 2Second argument, etc.

Syntax


SaveSpecial "SaveSpecial command name", "Ignored (legacy shift)", "First argument to the SaveSpecial command", "Second argument, etc."

Return to the AMSX Command Reference