2018-06-15 22:21 GMT+02:00 Thomas Morley <[email protected]>:

> If a list contains only strings it's also possible to do:
>
> (string-concatenate '("foo" "bar" "buzz"))
> =>
> "foobarbuzz"


And if a list contains only characters:
(list->string (list #\a #\b #\c))
=>
"abc"

Ofcourse it would be best to know what Simon already asked:
"What kind of data do you want to convert into a string, and for what purpose?"


Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to