Zoomed Image

AMSX Scripting Language - Command : Parameters

Summary

Declare expected script parameters and initialise any that are missing

Description

Lists the parameters this script expects. Any parameter that has not already been supplied by the caller is added with an empty string value, preventing errors from missing parameters. The actual values are provided by the caller via the GetParameters API call.

Parameters

ParameterDescription
cmdFirst parameter name
Argument 1Second parameter name (further names can follow in additional arguments)

Syntax


Parameters "First parameter name", "Second parameter name (further names can follow in additional arguments)"

Return to the AMSX Command Reference