ASCII to Decimal converter
science_geek
Posts: 247
does anyone have a simple ascii to decimal converter, i really dont want to have to spend the time to write one since i dont have much time to work with the prop. i know it wouldnt be hard, but i thought id ask.
Comments
[noparse][[/noparse] Edit ] : After futzing around with my own code I found a C function on the Internet that was more elegant and translated it to Spin.
Post Edited (JonnyMac) : 7/22/2009 2:34:23 PM GMT
debug("G") will pass the decimal value of G, which is 71 to the debug method.
Rich H