On Tue, 19 Apr 2011, razif razali wrote:
< -----------------------
< save(savelaaa,all);
< save: first argument must be a string; found: savelaaa
< ?-- an error. To debug this try: debugmode(true);
< ------------------------
Try reading the entire documentation for save.
The error message tells you that the first argument must
be quoted (i.e. a string):
save("savelaaa",all);
Leo
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.