Hi,In Origin 5.0 running on my computer the LabTalk script
create _tempdata -c 10;
list s;
del -a;
list s;
shows that all temporary datasets do get deleted when the del -a; command gets executed. How are you creating your temporary datasets and what are their names?
Also, the script below should not be needed but works as well.
doc -e S {if(%[%C,1:1]=="_") delete %C;};
I hope this is helpful.
-Gary
[This message has been edited by Gary Lane (edited 03-22-2000).]