REPORTER 22.1
FAST-TCF Scripts
FAST-TCF scripts
For a FAST-TCF script when you enter the script you need to replace the relevant parts with the variable name enclosed in % signs
Example
For example, a simple FAST-TCF script that will do the same thing as the T/HIS command file above.
node 30 disp x tag XDISP
bitmap cube5.bmp XDISP
So to make the same changes as the T/HIS command file above (substituting in the variables DEFAULT_JOB and NODE ) gives the following.
Node%NODE% disp x tag XDISP
bitmap %DEFAULT_JOB%.bmp XDISP