Zoomed Image

AMSX Scripting Language - Command : MergeParam

Summary

Merge a parameter or XML parameter block into the parameter collection

Description

Adds or updates entries in the parameter collection without clearing existing parameters. If cmd starts with "<" it is treated as an XML block of parameters. Otherwise cmd is the parameter name and the arguments provide its value. Use SetParams to replace the whole collection.

Parameters

ParameterDescription
cmdParameter name, or an XML parameter block (starting with "<") to merge multiple parameters at once

Syntax


MergeParam "Parameter name, or an XML parameter block (starting with "<") to merge multiple parameters at once"

Return to the AMSX Command Reference