newLISP Fan Club

Forum => newLISP in the real world => Topic started by: sigipa on June 23, 2016, 10:55:49 PM

Title: Convert list to string
Post by: sigipa on June 23, 2016, 10:55:49 PM
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
Title: Re: Convert list to string
Post by: rrq on June 23, 2016, 11:29:31 PM
(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.