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)

Reply via email to