I have something
Local NumberVar str := 0;
Local NumberVar x;
x := {Comando.Quantity}/{Comando.PackQty};
Local NumberVar strLen :=
Local NumberVar i := 1;
While i <= X Do
(
i:= str + 1;
)
and I send error
a cycle is evaluated more often than allowed
I have something
Local NumberVar str := 0;
Local NumberVar x;
x := {Comando.Quantity}/{Comando.PackQty};
Local NumberVar strLen :=
Local NumberVar i := 1;
While i <= X Do
(
i:= str + 1;
)
and I send error
a cycle is evaluated more often than allowed