USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Call a local AMSX script file, sharing variables and result buffer
Executes another AMSX script file in the same variable scope as the current script. Unlike Call, the SLOT variables and result buffer are shared between the caller and callee. The script can be an .xxs (XML) or .xts (script) file.
| Parameter | Description |
|---|---|
| cmd | Script file name (.xxs or .xts) |
| Argument 1 | Parent transform name |
| Argument 2 | QueryString parameters |
| Argument 3 | Flag to add variables (true/false) |
| Argument 4 | UniqueID |
CallLocal "Script file name (.xxs or .xts)", "Parent transform name", "QueryString parameters", "Flag to add variables (true/false)", "UniqueID"