Subject: Re: String Question?
From: Erik Naggum <nobody@naggum.no>
Date: 1996/11/22
Newsgroups: comp.lang.lisp
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".