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.
Run a named AMSX transform and place its result in the result buffer
Executes the named transform and stores the result. RunTransformOnThread runs asynchronously (use JoinThreads to wait). RunTransformFast skips overhead. IfTransform only runs if the transform exists. ForCsv/ForCrLf/ForTab iterate over a delimited list. RunTransformIfExists silently skips missing transforms.
| Parameter | Description |
|---|---|
| cmd | Transform name |
| Argument 0 | First argument passed to the transform |
| Argument 1 | Second argument passed to the transform |
RunTransform "Transform name", "First argument passed to the transform", "Second argument passed to the transform"