Re: writing and retrieving comments from document files?
Re: writing and retrieving comments from document files?
- Subject: Re: writing and retrieving comments from document files?
- From: Gary Lists <email@hidden>
- Date: Thu, 22 May 2003 20:17:33 -0400
On or about 5/22/03 4:44 PM, Bill Christens-Barry wrote:
>
{myThing: this, myOtherThing: that, myFurtherThing: theother}
Any number of variations. Some are...
set commentStuff to {myThing:"this", myOtherThing:"that",
myFurtherThing:"theother"}
set thisThing to commentStuff's myThing
set thatThing to myOtherThing of commentStuff
{thisThing, thatThing, commentStuff's myFurtherThing}
--> {"this", "that", "theother"}
HTH
--
Gary
Incoming replies are auto-deleted.
Please post directly to the list or newsgroup.
_______________________________________________
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.