|
-
October 16th, 2003, 10:25 AM
#1
looping past index limit
Hey Kids,
THis is a little strange, but probably simple. I am doing a standard loop, but it keeps going past the limit...
Dim FlowRaster(1 To 12) As IRaster
For i = 1 To 12
do some **** here
Next i
i keeps trying to process a 13th entry???? Any ideas?
The reason I set the lower bound index to 1 instead of the usual 0, is just for easier interpretation, these are months.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|