Record quirk - or bug?
Record quirk - or bug?
- Subject: Record quirk - or bug?
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 30 May 2001 19:31:55 -0700
On 5/30/01 7:26 PM, I wrote:
>
Can anyone explain this?
>
>
set rec to {a:1, b:2, c:3}
>
-- {a:1, b:2, c:3}
>
>
length of rec
>
-- 3
>
>
count rec
>
-- 3
>
>
contents of rec
>
-- {a:1, b:2, c:3}
>
>
length of (contents of rec)
>
-- 3
>
>
count (contents of rec)
>
-- 0
I forgot to mention: AppleScript 1.6 in OS 9.1 (at the moment).
--
Paul Berkowitz