On Fri, Jun 20, 2008 at 4:18 PM, Paul David <[EMAIL PROTECTED]> wrote: > It's my understanding that sprintf() converts numbers into strings > (correct me if i'm wrong) I need to convert a string into a number
the ato...() functions can do that (atoi(), atol(), atof(), etc). There's also strtol() -- Brett ------------------------------------------------------------ "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi
