Re: Records
Re: Records
- Subject: Re: Records
- From: Bryan <email@hidden>
- Date: Wed, 28 Feb 2001 13:20:54 -0500
- Organization: Apex Radiology
Right, sorry I didn't specify that.
I use it so much that I didn't think to mention it.
BTW, is there a vanilla applescript way?
Bryan Kaufman
Paul Skinner wrote:
>
on 2/28/01 10:54 AM, Serge Belleudy-d'Espinose wrote:
>
>
> At 10:23 -0500 28/02/01, Bryan wrote:
>
>
>
>> set theList to {"a", 1, "b", 2, "c", 3}
>
>> set theRecord to theList as user record
>
>> return theRecord
>
>> --> {a:1, b:2, c:3}
>
>
>
> Not on my system. Must be one of those wonderful silent coercion from
>
> who-knows-what osax.
>
>
Sigma's coercions
>
>
--
>
scripts worked yesterday
>
today, they are all broken
>
silent coercions!
>
>
Paul Skinner
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
References: | |
| >Re: Records (From: Paul Skinner <email@hidden>) |