Re: convert string to a list
Re: convert string to a list
- Subject: Re: convert string to a list
- From: Chris Espinosa <email@hidden>
- Date: Thu, 1 Aug 2002 10:13:48 -0700
On Thursday, August 1, 2002, at 10:04 AM, Mark J. Miller wrote:
I want to take "The quick brown fox" and be able to check each
character "T" "h" "e" " " "q" "u"...
repeat with c in every character of "The quick brown fox"
if c is "q" then beep 1
end repeat
_______________________________________________
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.