RE: strtok-v2.e addition
- Posted by jordah ferguson <jorfergie03 at yahoo.com> Jul 18, 2002
- 383 views
impressive kat, > string = "a1 cat1 ba Cat1 da tac2" > findtok(string,"Cat1",{"i",1},32) = 2 i don't quite understand what the above line as i have not had a chance to check out emails to follow this thread. according to me the only thing i can make outta of it is that it lowers() the "Cat1" the findtoks() it. fill me in, jordah. ps. Kat you have to be carefull the misc additions you add to strtok. you know making a library very friendly and do lots of stuff tends to slow it down. and findtok() really needs all the speed without having to do alot of typechecks and misc options. just a thought