Zoomed Image

AMSX Scripting Language - Command : runtransform

Summary

Run a named AMSX transform and place its result in the result buffer

Description

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.

Parameters

ParameterDescription
cmdTransform name
Argument 0First argument passed to the transform
Argument 1Second argument passed to the transform

Syntax


RunTransform "Transform name", "First argument passed to the transform", "Second argument passed to the transform"

Return to the AMSX Command Reference