Zoomed Image

AMSX Scripting Language - Command : savespecial2

Summary

Run a SaveSpecial operation with XML supplied as an argument

Description

Invokes a named special save operation where the XML payload is provided directly as argument 0, rather than from the AMSX XML buffer. Useful when the XML was built as a string rather than loaded into mdoc.

Parameters

ParameterDescription
cmdSaveSpecial command name
Argument 0XML string to use as the payload
Argument 1First argument to the SaveSpecial command

Syntax


SaveSpecial2 "SaveSpecial command name", "XML string to use as the payload", "First argument to the SaveSpecial command"

Return to the AMSX Command Reference