On Thursday, May 12, 2016 at 6:34:30 AM UTC-4, Michael Borregaard wrote:y - 
the 'easiest' way of doing this is 
>
> ID = [UTF8String("$x") for x in ID]
>
>
map(string, ID) converts all elements of ID to strings.   You could also 
use ["$x" for x in ID].   In Julia 0.5 you can do string.(ID)

Reply via email to