I see Paul has already answered you about the purpose of the newsgroup and mailing list, so I won't bother repeating what he said--except to say again, you are more than welcome to post on either the mailing list or newsgroup. That's what they both are for...and two forums exist because some folks like newsgroups and some like E-mail.
As for the script error: Often, when scripts are sent through the mail, long lines get broken in two. They need to be pasted back together. When you do the syntax check you said: > I run check syntax > and get a different error message: > > "Expected expression but found the end of the line." The script editor will be highlighting a line at that point. The line following is, most likely, supposed to be part of it; just delete the line ending and replace it with a space. For instance, if you had: This is line one that is supposed to continue on the next line You would edit it to become: This is line one that is supposed to continue on the next line Hope that is clear. -- Microsoft MVP for Entourage/OE/Word Allen Watson <[EMAIL PROTECTED]> XNS name: =Allen Watson Applescripts for Outlook Express and Entourage: <http://homepage.mac.com/allenwatson/> > From: Richard Shane <[EMAIL PROTECTED]> > Reply-To: "Entourage:mac Talk" <[EMAIL PROTECTED]> > Date: Mon, 17 Dec 2001 08:33:36 -0700 > To: [EMAIL PROTECTED] > Subject: Automating contact-to-task function > > Allen > > I sent this message via the newsgroup and didn't notice a reply, so > perhaps I should have sent it here instead (more about that below). -- To unsubscribe: <mailto:[EMAIL PROTECTED]> To search the archives: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
