[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help with XLISP-Plus
In article <nandu.31.0@anest4.anest.ufl.edu>, nandu@anest4.anest.ufl.edu (Nandu S. Shah) writes:
|> Can anyone tell me how to load & save code?
|> The dox say (load <fname> &key)
|> [I think-- I'm nowhere near my dox right now]
|> But it doesn't work for me...
Either use a full pathname (with "/" at the beginning)
or set the environment variable XLPATH to your data directory.
(load "foo.lsp") will look for $XLPATH/foo.lsp.
|>
|> Thanks,
|> Nandu
|> Nandu Shah nandu@anest4.anest.ufl.edu
|>
|> Please feel free to disregard completely this and any other
|> suggestion that I exist.
Stefan Voss
(voss@ira.uka.de)