> John 1034627163, phone John will dial 1034627163) but I can't get it > to store the numbers, just a long list of errors on compile. I think > it has something to do with the fact that the second part has to be a > number, not a string, but I have no idea how to get it to work. I'm > attaching my alias code to this message, if anyone out there has time,
argument = one_argument( argument, name ); argument = one_argument( argument, arg ); number = atol(arg); Now, you have the name and number. Store as desired. Ammaross

