Hello Everyone!!!!
hope all members are doing well!!!
I want to use local variables (.variable) with the program name, so anyone can help me or explain me how to use local variable with program.
I am beginner for the AS language, so if anyone help me its helpful for me.
test program for example,
.PROGRAM Test(.variable)
;----------------------------------------
.a = offseto/10
.b = offseta/10
.c = offsett/10
CASE .variable OF
VALUE 0:
POINT base = base0;
VALUE 1:
POINT base = base1;
VALUE 2:
POINT base = base2;
END
In above sample program how .variable value coming?, if anyone knows please explain how the value coming