Edit AllPages
I need to transfer a string of numbers into an integer. How can I achieve this?
[yourString intValue] returns an integer.
//Mike
Hardcore UNIX heads might also refer to “man strtol”, which is kind of neat. – General/MikeTrent
snprintf —-