• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Record Access osax
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Record Access osax


  • Subject: Re: Record Access osax
  • From: Paul Berkowitz <email@hidden>
  • Date: Mon, 10 May 2004 13:29:23 -0700

He said "record". I think he wants

set list1 to {"a", "b", "c"}
set list2 to {1, 2, 3}

set combinedRecord to -- ?
-->{a:1, b:2, c:3}

I believe there is a way to do this with a raw code, maybe <<class usrf>> ?
Someone here will know.


--
Paul Berkowitz


> From: Andrew Oliver <email@hidden>
> Date: Mon, 10 May 2004 11:34:20 -0700
> To: Fraser <email@hidden>, <email@hidden>
> Subject: Re: Record Access osax
>
> OK, I'm confused. What does Ed Lai's tools do that the standard AppleScript
> doesn't?
>
> set list1 to {"a", "b", "c"}
> set list2 to {1, 2, 3}
>
> set combinedList to list1 & list2 -->{"a", "b", "c", 1, 2, 3}
>
> Or maybe you'd prefer:
>
> set combinedList to {list1} & {list2} --> {{"a", "b", "c"}, {1, 2, 3}}
>
> Andrew
> :)
>
> On 5/10/04 10:36 AM, "Fraser" <email@hidden> wrote:
>
>> Has anyone compiled Ed Lai's Record Access osax for OS X? I could really
>> use an osax to combine two lists into one record.
>>
>> Fraser
>> _______________________________________________
>> 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.
> _______________________________________________
> 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.
_______________________________________________
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.


References: 
 >Re: Record Access osax (From: Andrew Oliver <email@hidden>)

  • Prev by Date: Re: Record Access osax
  • Next by Date: Switching printers
  • Previous by thread: Re: Record Access osax
  • Next by thread: Re: Record Access osax
  • Index(es):
    • Date
    • Thread