Next: Array Functions, Previous: Standard Units, Up: The Standard Library [Contents][Index]
The Poke standard library provides the following functions to do useful conversions.
| • catos: | converting characters arrays into string. | |
| • stoca: | filling character arrays from strings. | |
| • strtoi: | convert numeric prefix to integer. | |
| • atoi: | converting strings to integers. | |
| • ltos: | converting integers to strings. | |
| • stof: | converting strings to 32-bit floating-points. | |
| • stod: | converting strings to 64-bit floating-points. |