From: Bull Horse
Subject: String Question?
Date: 
Message-ID: <32947F7A.1516@earthlink.net>
Could anyone please give me an Idea on how to catenate strings.
Using CLISP Saphire...  Thanx :)

From: James Toebes
Subject: Re: String Question?
Date: 
Message-ID: <01bbd878$c60349c0$3f888bcd@jtoebes>
> Could anyone please give me an Idea on how to catenate strings.
> Using CLISP Saphire...  Thanx :)

Does saphire have concat or string-concat?
-- 
James E. Toebes
······@spyder.net
Simplicity: The foundation of all complications
From: Erik Naggum
Subject: Re: String Question?
Date: 
Message-ID: <3057682002141622@naggum.no>
* Bull Horse
| Could anyone please give me an Idea on how to catenate strings.
| Using CLISP Saphire...  Thanx :)

I don't know what "CLISP Saphire" is, but the ANSI Common Lisp function is

    (concatenate 'string <string-1> <string-2> ... <string-n>)

#\Erik
-- 
Please address private replies, only, to "erik".  Junk mail, spam,
stupid flames, courtesy copies, etc, should be sent to "nobody".