Extraction of variable passed to a stitcher

The stitcher invoked using the ExecuteStitcher(); rule can extract the variables that have been passed to it by evaluating the special variable ARG_N using an eval statement, where N is the number of the variable (for example, ARG_1 represents the first variable passed to the stitcher, ARG_2 represents the second variable, and so on).