swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help request from a SWARM newbie


From: Marshall James
Subject: Re: Help request from a SWARM newbie
Date: Wed, 27 Jan 1999 17:40:42 +0100

Ooopps,
I was mistaken. Actually myList must be a ListIndex object to use the remove method on it, in which case you had the right syntax in the first place. However, you said that myList was a List object, so perhaps that is the problem? Sorry for adding to your confusion,
James


A 16:39 27/01/99 +0100, vous avez écrit :
>>>>
Hi,
is myList a List or a ListIndex? If it's a ListIndex then the line
[myList remove: enemyBug];
would cause a status access violation... instead you'd need to have the line
[[myList getCollection] remove: enemyBug];
James


--

James Marshall - Research Assistant - COTCOS Project
Institut de Recherche en Informatique de Toulouse
WWW: http://www.mk.dmu.ac.uk/~jmarshall
================================= Swarm-Support is for discussion of the technical details of the day to day usage of Swarm. For list administration needs (esp. [un]subscribing), please send a message to <address@hidden> with "help" in the body of the message.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]