I should take the actual coordinate of a certain number of points (i.e. XP1.E1, XP2.E1, ...) from dat file and sum to it a value maybe inside a FOR loop before performing SLIN.
Something like
[...]
XP1.E1_new = XP1.E1_old + i*360
XP2.E1_new = XP2.E1_old + i*360
[...]
Which is the correct syntax?
Many thanks in advance!