Re: Getting the labels of a record
Re: Getting the labels of a record
- Subject: Re: Getting the labels of a record
- From: Emmanuel <email@hidden>
- Date: Sat, 8 Mar 2003 16:12:46 +0100
At 2:09 PM +0100 08/03/03, LE STANG Jean-Baptiste wrote:
I'm looking for a way to read the names of labels in a record. Does
anyone know how to do it?
I don't think there is any. If there were one, that would simplify
much some of my scripts.
Here is how I do that:
- I use Smile's "display" command to turn the record into text
- I use Smile's "find text" ("offset" is as good) to locate the first
colon ":" and extract the first label
- I use Smile's "suppress item" command to suppress the first item of
the record
- and again
Emmanuel
_______________________________________________
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.