Re: Simple rot-13 encoding script
Re: Simple rot-13 encoding script
- Subject: Re: Simple rot-13 encoding script
- From: Michelle Steiner <email@hidden>
- Date: Tue, 20 May 2003 19:09:24 -0700
On Tuesday, May 20, 2003, at 05:27 PM, Ashlin Aronin wrote:
Can anyone tell me what's wrong?
Well, for one thing
currentChar = currentChar + 1
Should be
set currentChar = currentChar + 1
For another, you're not making any distinction between upper and lower
case, so everything will come out lower case if it works at all.
--Michelle
--
Give Peace A Chance.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.