Re: Wierd error
Re: Wierd error
- Subject: Re: Wierd error
- From: Emmanuel <email@hidden>
- Date: Tue, 23 Sep 2003 20:00:41 +0200
At 8:23 AM -0400 23/09/03, Paul Skinner wrote:
>
on trim(inputtext)
>
set valids to {"1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"}
Whoa. How about something a bit more direct?
----------------------------------------
set valids to "1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
----------------------------------------
Emmanuel
_______________________________________________
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.