Paul David 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
ANSI: strtol() Non-ANSI: atoi()/atol() -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
