I have in a service this code:
dim a as int
dim b as int
for a =0 to 10
for b=0 to 10
next b
next a
And when start the application using this code as service ocurrs an error.-
If i change 1 for with DO WHILE, the code is ok.-
I can think that this problem is a bug in the compiler?
thanks-
dim a as int
dim b as int
for a =0 to 10
for b=0 to 10
next b
next a
And when start the application using this code as service ocurrs an error.-
If i change 1 for with DO WHILE, the code is ok.-
I can think that this problem is a bug in the compiler?
thanks-