Program Window + Variable suggestion

TenGor

Member³
Hy,

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
PL-Dev didn't suggest me the "Var_2"
If i write the statement like this
(there is a blank after the ".."!!)

Code:
FOR d IN Var_1.. Var_2 LOOP
then everything worked fine.
 
Back
Top