Nov. 8, 2016
1:44 p.m.
ah yes, that will work (I was thinking on UFFI and I answered that) :)
On 8 Nov 2016, at 14:41, Nicolai Hess <nicolaihess@gmail.com> wrote:
2016-11-08 14:31 GMT+01:00 Dimitris Chloupis <kilon.alios@gmail.com <mailto:kilon.alios@gmail.com>>: I feel like stupid but I cannot find a way to convert an Array of Characters to a String , I can do with a do: and join characters converted to strings to a single string but it feels too many steps.
Is there a simpler way ?
String newFrom:{ $a . $b . $c }. { $a . $b . $c } as:String.