Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Re: string index out of bounds exeption when attempting to read a string char by char

    What do you mean by "intact"? What is the program doing that is a problem?
  2. Re: string index out of bounds exeption when attempting to read a string char by char

    How long is the String being scanned on line 40? The index is past the end of the String.
    Remember: indexes range in value from 0 to the length-1
Results 1 to 2 of 2