How to reference a table variable inside a table variable
After creating the first two variables, I'd like to make my angleRefY and my angleRefX variables be offset from zeroX and zeroY by a static number. I've tried to do this a few different ways as you can see below. The only way that produced a number was this script, but then the variable becomes 6 instead of QQ+1, so they still aren't linked.dt << Set Table Variable("TT", dt:QQ + 1);Does anyone kn...
vince_faller