help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

concat a list of strings


From: Andreas Seik
Subject: concat a list of strings
Date: Thu, 27 Jul 2006 21:01:06 +0200
User-agent: KNode/0.9.0

Hello Newsgroup,

i just started to write some code in lisp.
now i want to concat a list of strings (name it stringlist) to one string.
(concat stringlist) will not work cause concat needs lists of chars not of
strings.
Do i have to write a loop by myself or is there a faster predefined way?

Thank You,
Andreas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]