Code Select
(string '(a b c))
=> "(a b c)"
but when the text becomes too long, then it will wrap it with
Code Select (string (symbols))
=> "(...)"instead of
Code Select
(string (symbols))
=> [text]( ... )[/text]PS: I'm trying to integrate slimv with newlisp, and has to send the text in the quoted format, but the behavior of `string' differs.