if currchar is 1 then set printChar to "a"
if currchar is 2 then set printChar to "b"
if currchar is 3 then set printChar to "c"
if currchar is 4 then set printChar to "d"
if currchar is 5 then set printChar to "e"
if currchar is 6 then set printChar to "f"
if currchar is 7 then set printChar to "g"
if currchar is 8 then set printChar to "h"
if currchar is 9 then set printChar to "i"
if currchar is 10 then set printChar to "j"
if currchar is 11 then set printChar to "k"
if currchar is 12 then set printChar to "l"
if currchar is 13 then set printChar to "m"
if currchar is 14 then set printChar to "n"
if currchar is 15 then set printChar to "o"
if currchar is 16 then set printChar to "p"
if currchar is 17 then set printChar to "q"
if currchar is 18 then set printChar to "r"
if currchar is 19 then set printChar to "s"
if currchar is 20 then set printChar to "t"
if currchar is 21 then set printChar to "u"
if currchar is 22 then set printChar to "v"
if currchar is 23 then set printChar to "w"
if currchar is 24 then set printChar to "x"
if currchar is 25 then set printChar to "y"
if currchar is 26 then set printChar to "z"
Instead of having hundreds of lines like this, is there anyway to shorten it?!
Model: 2001 G4 Quicksilver, 733mhz, 1.25GB SDRAM
AppleScript: 1.3 Studio
Browser: Firefox 1.5
Operating System: Mac OS X (10.3.9)