Post Reply 
How to clear a list in a program?
07-03-2015, 08:26 AM
Post: #1
How to clear a list in a program?
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
Find all posts by this user
Quote this message in a reply
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
07-03-2015, 12:08 PM
Post: #3
RE: How to clear a list in a program?
Hi Salvo,
thank you, it works - sometimes the simplest way is the hardest to find!

Thomas
Find all posts by this user
Quote this message in a reply
07-03-2015, 02:32 PM
Post: #4
RE: How to clear a list in a program?
(07-03-2015 12:08 PM)ThomasA Wrote:  sometimes the simplest way is the hardest to find!

Thomas

I agree! Smile

∫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 




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