Zoomed Image

AMSX Scripting Language - Command : savespecial4

Summary

Run a SaveSpecial operation with explicit XML and shifted arguments

Description

Invokes a named special save operation where argument 0 is the XML payload and the remaining arguments (shifted left by one) are the effective parameters. Unlike SaveSpecial1, the AMSX XML buffer (mdoc) is not used.

Parameters

ParameterDescription
cmdSaveSpecial command name
Argument 0XML string to use as the payload
Argument 1First argument to the SaveSpecial command (shifted to index 0)
Argument 2Second argument, etc.

Syntax


SaveSpecial4 "SaveSpecial command name", "XML string to use as the payload", "First argument to the SaveSpecial command (shifted to index 0)", "Second argument, etc."

Return to the AMSX Command Reference