Home > Software engineering >  What's the problem with this statement???????
What's the problem with this statement???????

Time:11-19

Do
B=(" b:=0; B<10; B++ ")
I=1 b
Loop until i<=0

CodePudding user response:

The second line is not a basic grammar, so you run must be grammatical errors bai in VBA,
The second line is not the grammar of the C, C language, the bracket that is a for loop statement in a piece of
In addition, don't understand your logic, each round loop B + 1? Then minus 1 assigned to the I, that I was not on the round loop of B value, if the loop condition is i<=0, then only the first circulation effectively, the second round began I was greater than 0
  •  Tags:  
  • VBA
  • Related