Try this:
[snip]
No need for i = i + 1
Thanks, that did it!
Must have been the combination of having the i += 1 and not having -1 after ArrNums.Length that did it ?_?
Thanks for the help guys, really appreciate it :)
Throws an "IndexOutOfRangeException was unhandled" error if I remove that (should really have some sort of error handling in there...) due to the machine not knowing when to stop reading the array...
I'm out of ideas :-(
I have officially spent more than two hours on this single problem...
I have got it to work for the most part...however I have a little issue - being that when Button 1 is clicked, it will only write to the first 1001 slots of the array, and the RichTextBox I have it writing to will only show...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.