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 an AMSX script file in an isolated scope
Executes another AMSX script file in a new, isolated scope. Unlike CallLocal, the SLOT variables and result buffer are not shared. Use this to call reusable subscripts without polluting the current variable state.
| Parameter | Description |
|---|---|
| cmd | Script file name |
| Argument 0 | XML parameters to pass to the subscript |
| Argument 1 | Parent transform name |
| Argument 2 | QueryString parameters |
| Argument 3 | Flag to add variables (true/false) |
| Argument 4 | UniqueID |
Call "Script file name", "XML parameters to pass to the subscript", "Parent transform name", "QueryString parameters", "Flag to add variables (true/false)", "UniqueID"