Re: Simple string API question

2003-12-22 Thread david
Matthew Glidden wrote: > Just started working on scripts and wanted to compare strings yesterday, > but using strEQ (or strcmp) gets me an undefined method error. What > library should I "use" in my script to get those API? Couldn't find the > answer in any on-line tutorials. strEQ is a C API for

RE: Simple string API question

2003-12-20 Thread Charles K. Clarkson
glidden, matthew <[EMAIL PROTECTED]> wrote: : : Just started working on scripts and wanted to compare : strings yesterday, but using strEQ (or strcmp) gets me : an undefined method error. What library should I "use" : in my script to get those API? Couldn't find the answer : in any on-line tutoria