Hello,
got a short question about syntax. How can I adress all points in program? Hope example will make clearer what I want.
Lets say points created by inline forms and I want them all to be in one plane, so I want all points to have Z=0. How to do this in for loop?
FOR J=1 to 15
XP1.Z=0 ; how to change 1 to J(what syntax) that controler would understand.
ENDFOR
I hope someone understands because explanaition was confusing.
Thanks