Guest_imported
New member
- Jan 1, 1970
- 0
Hi guys, I'm trying to declare a counter variable but it's giving me a "Subscript out of range : '0'" error msg, here's the portion of my code
------------------------------
1 Dim intCounter
2 intCounter = 0
------------------------------
the error is pointing to the 2nd line of code above.
What does the error mean? and how can I fix it?
------------------------------
1 Dim intCounter
2 intCounter = 0
------------------------------
the error is pointing to the 2nd line of code above.
What does the error mean? and how can I fix it?