Hey,
The binsearch algo in the masm lib is case sensistive, is there a case insensitive version?
If not, what do i have to edit?
Thanks.
Ghirai,
Its probably not the right algo to use for this task. It sounds like you would need a table based algo to handle the characters of either case but I don't immediately have one available.
I see.
Thanks for the info anyway.
I haven't seen the binsearch algo. But generally I tried the "case flip" approach - flip the case of the character being matched and if one of the two matches, continue.
Yeah, that's what i'm trying to do atm :toothy