Update: Support "eval" on command name field.
Evaluated command name
Sample capx
Command name, i.e. the first cell of each row, is a number for delay-execution or one of these words -- wait, tag, exit, if, else if ,else, end if, goto usually.
It also supports "eval" on this field to get evaluated result while property "Eval mode" is "Yes".
For example,
Math.random(),function_name,parameter0,parameter1 ...
it puts Math.random() at first cell to get a random delay.
pirikos
You might try this new version.