Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. himynameisbunny

    Only first 1001 entries of integer array writable? VS2008

    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 :)
  2. himynameisbunny

    Only first 1001 entries of integer array writable? VS2008

    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 :-(
  3. himynameisbunny

    Only first 1001 entries of integer array writable? VS2008

    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...

Part and Inventory Search

Back
Top