swarm-support
[Top][All Lists]
Advanced

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

Re: problems with lists


From: Alex Lancaster
Subject: Re: problems with lists
Date: 10 Jul 1998 02:04:43 -0600

>>>>> "PA" == Perrone Alessandro <address@hidden> writes:

PA> Hi all I have a problems with lists.  I am using 1.05 version of
PA> Swarm.  When I create a list with id lista;

PA> lista = [List create: aZone];

PA> How to destroy it from the memory?  Is there something like
PA> freeAllocIVars

You should be able to remove all members using:

  [lista deleteAll]

followed by a:

  [lista drop];

which drops the List structure itself.

Alex

-- 
  Alex Lancaster         |   e-mail: address@hidden
  Swarm Developer        |      web: http://www.santafe.edu/~alex
  Santa Fe Institute     |      tel: +1-(505) 984-8800 (ext 242)
------------------------------------------------------------------

                  ==================================
   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]