Re: Recurring Reminders/Calendar Events?
Re: Recurring Reminders/Calendar Events?
- Subject: Re: Recurring Reminders/Calendar Events?
- From: Stan Cleveland <email@hidden>
- Date: Fri, 06 Mar 2015 11:20:32 -0800
I've never seen these before in AS. They're used in terminal commands, and as "or" in many languages, but what do they do here?
Hi Alex,
Pipes are used to escape variable/property/handler names that would otherwise be illegal or would conflict with existing terminology. See examples below.
Regards, Stan C.
set |path| to "~/Desktop/MyFile.txt"
property |time to GMT| : -8
on |do something|() return "nothing" end |do something|
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden