Thread: _indexof2
View Single Post
  #19  
Old 09-21-2003, 04:39 AM
TribulationStaff TribulationStaff is offline
Registered User
Join Date: Jul 2003
Location: Pennsylvania
Posts: 368
TribulationStaff is on a distinguished road
Send a message via AIM to TribulationStaff
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.
__________________


Help me keep scripting
Reply With Quote