count of items in a reference to a list
count of items in a reference to a list
- Subject: count of items in a reference to a list
- From: email@hidden
- Date: Mon, 9 Jul 2001 12:48:04 EDT
In testing my purgeFromList handler against Victor's deleFromList, I noticed
unexpected behavior. Is this a bug, or not (tested with AS 1.5.5 and 1.6)?
set x to {"a", "b", "c"}
set countx to count of items in x
log countx
--> 3
set xr to a reference to x
set countxr to count of items in xr
--> every item of x of<<script>> doesn't understand the count message.
cc pls on digest
Jeff Baumann
email@hidden
www.linkedresources.com