Application file:
This generates characters from numbers, and turns numbers into
characters. Its used when you want to find out the ascii values of
things. "12345 abcdef" becomes "49, 50, 51, 52, 53, 32, 97, 98, 99, 100,
101, 102" and "65-90, 32, 97-122" becomes "ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz". Comes with source code.
Category:
Development Tools
Reference