Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

String Question?

1 view
Skip to first unread message

Bull Horse

unread,
Nov 21, 1996, 3:00:00 AM11/21/96
to

Could anyone please give me an Idea on how to catenate strings.
Using CLISP Saphire... Thanx :)

James Toebes

unread,
Nov 22, 1996, 3:00:00 AM11/22/96
to

> 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
toe...@spyder.net
Simplicity: The foundation of all complications

Erik Naggum

unread,
Nov 22, 1996, 3:00:00 AM11/22/96
to

* 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".

0 new messages