Zoomed Image

AMSX Scripting Language - Command : savespecialxml

Summary

Run a SaveSpecial operation using script input parameters as XML

Description

Invokes a named special save operation, passing the script's input parameter collection (serialised as XML) as the XML payload. Use this when the XML data was passed in to the script rather than built up internally.

Parameters

ParameterDescription
cmdSaveSpecial command name
Argument 0First argument to the SaveSpecial command
Argument 1Second argument, etc.

Syntax


SaveSpecialXML "SaveSpecial command name", "First argument to the SaveSpecial command", "Second argument, etc."

Return to the AMSX Command Reference