List Delete
|
09-30-2014, 06:21 AM
Post: #1
|
|||
|
|||
List Delete
Hi, does anyone know if is it possible to delete a list (or lists) say L1, from within a PPL program?
I can't seem to find any way in the manual of achieving this. Thanks for any help. Regards John |
|||
09-30-2014, 01:06 PM
Post: #2
|
|||
|
|||
RE: List Delete
You cannot completely remove a built-in list such as L1, but you can reset it via:
L1:={}; That makes L1 completely empty. Graph 3D | QPI | SolveSys |
|||
10-01-2014, 06:09 AM
Post: #3
|
|||
|
|||
RE: List Delete
Thanks Han.
Sometimes I realize how stupid I can be. So simple! Yes, I only wanted to clear the list. Thanks for responding Regards John |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)