• MacTech Network:
  • Tech Support
  • |
  • MacForge.net
  • |
  • Apple News
  • |
  • Register Domains
  • |
  • SSL Certificates
  • |
  • iPod Deals
  • |
  • Mac Deals
  • |
  • Mac Book Shelf

MAC TECH

  • Home
  • Magazine
    • About MacTech in Print
    • Issue Table of Contents
    • Subscribe
    • Risk Free Sample
    • Back Issues
    • MacTech DVD
  • Archives
    • MacTech Print Archives
    • MacMod
    • MacTutor
    • FrameWorks
    • develop
  • Forums
  • News
    • MacTech News
    • MacTech Blog
    • MacTech Reviews and KoolTools
    • Whitepapers, Screencasts, Videos and Books
    • News Scanner
    • Rumors Scanner
    • Documentation Scanner
    • Submit News or PR
    • MacTech News List
  • Store
  • Apple Expo
    • by Category
    • by Company
    • by Product
  • Job Board
  • Editorial
    • Submit News or PR
    • Writer's Kit
    • Editorial Staff
    • Editorial Calendar
  • Advertising
    • Benefits of MacTech
    • Mechanicals and Submission
    • Dates and Deadlines
    • Submit Apple Expo Entry
  • User
    • Register for Ongoing Raffles
    • Register new user
    • Edit User Settings
    • Logout
  • Contact
    • Customer Service
    • Webmaster Feedback
    • Submit News or PR
    • Suggest an article
  • Connect Tools
    • MacTech Live Podcast
    • RSS Feeds
    • Twitter

Moving from Microsoft Office VBA to AppleScript:
MacTech's Guide to Making the Transition

Introduction  |  Table of Contents

Page Prev and Page Next buttons at bottom of the page.

Would you like a hard copy
or PDF of this Guide?

You can get a hard copy sent to you
AND download a PDF now ($19.95)
, or

... just download a PDF ($9.95).

Either way, you get a complimentary
MacTech Magazine Subscription

courtesy of the
Microsoft Mac Business Unit


 

  Magazine Reg. Price:  $50.00 value  
  Guide Reg. Price:  $40.00 value  
  You Save:  over $80.00!  

April, 2007
Page 131



Also note that we need to escape literal double quotes with the \ backslash in AppleScript, i.e., \". So when concatenating literal quotes to a variable representing text, namely dName here, that comes out as "\"" & dName & "\"". In the script the final (outer) closing quote is of course withheld until the rest of the literal text ( <) before the next concatenation has been added: "\"" & dName & "\" <".

We then check to see whether the email address eAddress has already been added to the list of entryAddresses: we do not want duplications. We do it this way (checking for eAddress rather than nameAddress) because we don't care if a previous instance did or did not include some version or other of the display name: we do not want to duplicate messages to this person every time in future even if the current message did so.

If we do not see the email address already in the entryAddresses list, we proceed to make a new group entry at (in) the group and add the email address to the list now. (Note how we

set end of entryAddresses to eAddress

That is the best and most efficient way to add a new item to a list in AppleScript, and you should always use it. Concatenating a new-single-item list to the existing list is much slower: it forces AppleScript to make a new copy of the list in memory and to iterate the list as well. Similarly using copy eAddress to end of entryAddresses is less efficient for the same reason.)

Important Tip! Now we come to the most peculiar part of this script, something you should remember or file away should you ever work with groups again. If you look at the dictionary entry for group entry in the Entourage Contact Suite you will see it has the following structure:

group entry n, pl group entries : every group entry

elements

contained by groups.

properties

content (address, r/o) : address of entry

See the "type" for its sole content property: address class. That's the same class I just referred to a couple of paragraphs ago. If you click the link to it in Script Editor, it takes you there:

address n, pl addresses : every address

elements

contained by application.

properties

display name (Unicode text) : the name used for display

address (string) : the e-mail address

That's the odd address class with the two properties address and display name once again. And if you go to the trouble to

get content of every group entry of group "Group Name"

using the name of any existing group you have, you will see that in fact the content of each entry does in fact have the record structure of

{address:"jblow@aol.com", display name:"Joe Blow"}

Therefore when preparing to make a new group entry at our new group, surely the syntax ought to be:

make new group entry at theGroup ¬

     with properties {content:{address:eAddress, display name:dName}}

rather than:

make new group entry at theGroup ¬

     with properties {content:nameAddress}

where we went to all that trouble to make nameAddress text in this format:

set nameAddress to "\"" & dName & "\" <" & eAddress & ">"



< Previous Page Next Page>
 
MacTech Only Search:
Community Search:

 
 
 

 
 
 
 
 
  • SPREAD THE WORD:
  • Slashdot
  • Digg
  • Del.icio.us
  • Reddit
  • Newsvine
  • Generate a short URL for this page:



MacTech Magazine. www.mactech.com
Toll Free 877-MACTECH, Outside US/Canada: 805-494-9797
MacTech is a registered trademark of Xplain Corporation. Xplain, "The journal of Apple technology", Apple Expo, Explain It, MacDev, MacDev-1, THINK Reference, NetProfessional, Apple Expo, MacTech Central, MacTech Domains, MacNews, MacForge, and the MacTutorMan are trademarks or service marks of Xplain Corporation. Sprocket is a registered trademark of eSprocket Corporation. Other trademarks and copyrights appearing in this printing or software remain the property of their respective holders.
All contents are Copyright 1984-2010 by Xplain Corporation. All rights reserved. Theme designed by Icreon.
 
Nov. 20: Take Control of Syncing Data in Sow Leopard' released
Nov. 19: Cocktail 4.5 (Leopard Edition) released
Nov. 19: macProVideo offers new Cubase tutorials
Nov. 18: S Stardom anounces Safe Capsule, a companion piece for Apple's
Nov. 17: Ableton releases Max for Live
Nov. 17: Ableton releases Max for Live
Nov. 17: Ableton releases Max for Live
Nov. 17: Ableton releases Max for Live
Nov. 17: Ableton releases Max for Live
Nov. 17: Ableton releases Max for Live
Nov. 17: Ableton releases Max for Live
Nov. 17: Ableton releases Max for Live
Nov. 17: Ableton releases Max for Live
Nov. 17: Ableton releases Max for Live