TenGor
Member³
Hy,
i've noticed the follwoing:
If i write a For Loop in Program window like this
PL-Dev didn't suggest me the "Var_2"
If i write the statement like this
(there is a blank after the ".."!!)
then everything worked fine.
i've noticed the follwoing:
If i write a For Loop in Program window like this
Code:
FOR d IN Var_1..Var_2 LOOP
If i write the statement like this
(there is a blank after the ".."!!)
Code:
FOR d IN Var_1.. Var_2 LOOP