Re: forbidden characters in applescript
Re: forbidden characters in applescript
- Subject: Re: forbidden characters in applescript
- From: Emmanuel <email@hidden>
- Date: Mon, 10 Jan 2005 15:10:38 +0100
At 2:58 PM +0100 1/10/05, Jan-Bultereys wrote:
hi,
I am trying to isolate the problem with forbidden characters,
but I am not able to declare this in applescript
I know you can 'overwrite' a forbidden character with the && but I
am not able to
compile the variable "forbidden"
--set forbidden to "&&< > : " / \ | *?&&"
You've got to "escape" (means: prefix with a backslash) two
characters in forbidden, the backslash and the double-quote, which
gives:
set forbidden to "&&< > : \" / \\ | *?&&"
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden