I have erlang list symbols: [104, 105, 106, 107 ...] How can i got string from this list:
"hijk..."?
Thank you.
|
|
Strings as a datatype do not exist in Erlang. Stings are simply lists of characters.
In fact, if you type the original list in the shell you get back the "string":
|
|||
|