Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Thank you very much for the source code!
Know I finally understand how to convert integers to ASCII. The source code I was originally looking at used something called an index (an integer) which was part of the argument of the function, and I couldn't figure out what that was doing to the integer to convert it to ascii.
But now I understand! <- thanks to you [bubach]