One solution is to make sure you're using the current release version of 
Julia: parse(Int,string(lista[3])[1]) works as intended.


On Wednesday, October 28, 2015 at 3:06:26 AM UTC-7, paul analyst wrote:
>
> Is ok but  I can`t convert to int 
> julia> string(lista[3])[1] 
> '4' 
>
> julia> int(string(lista[3])[1]) 
> 52 
> Paul 
> W dniu 2015-10-27 o 09:35, Alireza Nejati pisze: 
> > Michele's solution is preferred here, but you can also do it like this: 
> > 
> > string(lista[3])[1] 
>
>

Reply via email to