Re: addendum to iTunes scripting
Re: addendum to iTunes scripting
- Subject: Re: addendum to iTunes scripting
- From: Michelle Steiner <email@hidden>
- Date: Mon, 16 Feb 2004 08:17:53 -0700
On Feb 16, 2004, at 1:45 AM, Stephen Schaefer wrote:
if playlist "Last 1 day" contains track and
if playlist "Last 2 days" contains track then
Those two lines need to be one line. You can do it either by replacing
the carriage return and the second "if" with a space
if playlist "Last 1 day" contains track and playlist "Last 2 days"
contains track then
or with an option-space.
if playlist "Last 1 day" contains track and ,
playlist "Last 2 days" contains track then
-- Michelle
--
Velveeta is to American cheese as American cheese is to cheese
_______________________________________________
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.