Quote:
|
Hint: Every letter has an ASCII value
|
Isn't that exactly what indexof would use? Except for the fact that, as is, indexof uses either the toupper or tolower of the characters to ignore case.
It really sounds as if you want to do something very similar to what I am doing except in pieces rather than just in one step.