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)
- [julia-users] convert array elements Michael Borregaard
- [julia-users] Re: convert array elements Steven G. Johnson
- Re: [julia-users] Re: convert array ele... Michael Krabbe Borregaard
- Re: [julia-users] Re: convert array... Kristoffer Carlsson
- Re: [julia-users] Re: convert a... Michael Krabbe Borregaard
