Chad Loder wrote:
Here's what we do:

(defglobal ?*CR* = (call (new java.lang.Character 13) toString))
(defglobal ?*LF* = (call (new java.lang.Character 10) toString))
(defglobal ?*TAB*  = (call (new java.lang.Character 9) toString))
(defglobal ?*CRLF* = (str-cat ?*CR* ?*LF*))

Then use (str-cat) a lot.

	(format nil (str-cat "foo bar" ?*CRLF*))
Thanks, (str-cat "foo bar" ?*CRLF*) is exactly what I was looking for.

--
Richard Kasperowski
Tel: 617-576-1552, Fax: 617-576-2441
mailto:[EMAIL PROTECTED]
http://www.altisimo.com/

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to