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 |
|||
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, 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 |
|||
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 |
|||
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! I agree! ∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)