lilypond-user
[Top][All Lists]
Advanced

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

Re: output some string


From: Thomas Morley
Subject: Re: output some string
Date: Fri, 15 Jun 2018 22:26:44 +0200

2018-06-15 22:21 GMT+02:00 Thomas Morley <address@hidden>:

> 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



reply via email to

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