Is it possible to use expressions in RhinoCAM PP macro?
For example X[VAR_1]+[VAR_2]?
Now it's return X1+2
Exactly i need to change tool number.
So, expression like T[TOOL_NUM]+5 must return T6, not T1+5
What syntaxis i need to use for it?