My last atempt :0)
A2 = map( (x)->convert(ASCIIString, string(x)), A)
good luck !
On Wednesday, July 8, 2015 at 3:41:01 PM UTC-3, paul analyst wrote:
>
> thx, bat no:)
> In my array are digits too. I must Some loop to preapere .
> Paul
>
> julia> A2 = map( (x)->convert(ASCIIString,x), A)
> ERROR: `convert` has no method matching convert(::Type{ASCIIString},
> ::Float64)
> in convert at base.jl:13
> in anonymous at none:1
> in map at base.jl:189
>
>
> W dniu 2015-07-08 o 20:35, Eduardo Lenz pisze:
> >
> > A2 = map( (x)->convert(ASCIIString,x), A)
>
>