|
|
"String to integer function", by bagels
|
This little function converts a string containing only numeric symbols (0 through 9) into an integer and stores that integer in a global variable (here it's strngtoint, you can easily replace this with your own). |
| Code | | | |