-
Error on two-dimensional expression
I have a 2D Point Control and I’m getting an error when using this expression:
temp = time*100;
[value[0], temp[1]]or
temp = time*100;
value + temp[1]There’s something very basic with the syntax I’m not understanding here.