| 02-02-2005, 12:13 AM | #1 |
For this loop... if Poll_VotesLoopCounter = 1... will it cause any problems? Code:
For each (Integer A) from 1 to Poll_VotesLoopCounter, do (Actions)
Loop - Actions
Blah Blah Blaha) Will not run and/or will cause errors... b) Will run once c) Will run indefinetly d) Any other option? |
| 02-02-2005, 12:16 AM | #2 | |
Guest | Quote:
From what I understand, it should run once - as though there is no loop as such. |
| 02-02-2005, 07:14 AM | #3 |
It will run once, as expected, I used that in a map. |
