Post Reply 
How to clear a list in a program?
07-03-2015, 08:43 AM
Post: #2
RE: How to clear a list in a program?
(07-03-2015 08:26 AM)ThomasA Wrote:  Hello,
I am using the lists L1 and L2 in a program.
Is there a way to clear the lists within the program, so that
L1 = {} and L2={}? I just don't want to do that by hand every time I run the program.

Thomas

something like this?
L1:= {};
L2:={};

Salvo

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to clear a list in a program? - salvomic - 07-03-2015 08:43 AM



User(s) browsing this thread: 1 Guest(s)