Convert list to string

Started by sigipa, June 23, 2016, 10:55:49 PM

Previous topic - Next topic

sigipa

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

rrq

#1
(string x)

Check out http://www.newlisp.org/downloads/manual_frame.html">//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.