Hello All,
What is the best way to convert a list to a string in newLISP? In CL I would just use format, but it doesn't appear to work in in this case. I just want to send the output from an exec function in an email body.
Thanks,
-S
(string x)
Check out //http://www.newlisp.org/downloads/manual_frame.html
If you search
: (blah
it'll position you at the documentation for function blah (well, though only for the functions it has), and it has a nicely grouped index to the left as well.