List Delete - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: List Delete (/thread-2213.html) |
List Delete - johna - 09-30-2014 06:21 AM 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 RE: List Delete - Han - 09-30-2014 01:06 PM You cannot completely remove a built-in list such as L1, but you can reset it via: L1:={}; That makes L1 completely empty. RE: List Delete - johna - 10-01-2014 06:09 AM 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 |