Quote:
Great job.. Is it bad that I still can't figure it out?
It's easy! Here is a table showing the ASCII codes:
http://en.wikipedia.org/wiki/ASCIIUse the Decimal (DEC) version of the codes. Those are the numbers (base 10) that humans are used to dealing with. Ignore the Binary (base 2), Octal (base 8) and Hexadecimal (base 16) codes. Those are for computers and computer programmers.
Subtract 6 from every three digit number in the code I gave. Take the result and determine the letter, space, or punctuation mark from the ASCII table. When you're done, take the result and write it backwards. Viola!