Re: Rogue list?
Re: Rogue list?
- Subject: Re: Rogue list?
- From: Paul Berkowitz <email@hidden>
- Date: Sat, 05 May 2001 17:08:06 -0700
On 5/5/01 4:38 PM, "Rob Jorgensen" <email@hidden> wrote:
>
Just an uneducated guess, but what happens if you change
>
>
log class of theClients -- to
>
>
log class of theClients as list
>
>
It appears that the commented line, when uncommented, would do
>
somewhat the same thing. <shrug>
Well. if you tried it, Rob, (it takes 2 seconds), you'd see it doesn't do
anything. I'm sure that Shane's whole point in inserting that line was
simply to discover what class 'theClients' was - which is list.
It's just possible that the linked list/vector issue has bearing (with both
silently coerced to 'list'), but I doubt it very much, since
class of theClients = linked list
class of theClients = vector
both return 'false'.
Also
set theClients to theClients as list
makes no difference - the error still occurs.
--
Paul Berkowitz