• 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
Record quirk - or bug?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Record quirk - or bug?


  • Subject: Record quirk - or bug?
  • From: Paul Berkowitz <email@hidden>
  • Date: Wed, 30 May 2001 19:39:03 -0700

On 5/30/01 7:26 PM, I wrote:

> count (contents of rec)
> -- 0



And it's the same with lists, which of course is what i was actually dealing
with in my Dialog Director problem.

set ls to {1, 2, 3}
-- {1, 2, 3}

length of ls
--3

count ls
-- 3

contents of ls
-- {1, 2, 3}


length of (contents of ls)
-- 3

count (contents of ls)
-- 0

There it is again. 0.

class of (contents of ls)
--list


AS 1.6/OS 9.1

--
Paul Berkowitz


  • Prev by Date: Record quirk - or bug?
  • Next by Date: Get all property names
  • Previous by thread: Re: Record quirk - or bug?
  • Next by thread: Re: Record quirk - or bug?
  • Index(es):
    • Date
    • Thread