thank you
2013/2/25 Benoît Minisini
> Le 25/02/2013 17:38, Fabien Bodard a écrit :
> > Public Sub Form_Open()
> > Dim pf As New PointF
> >
> >
> > pf.x = "414235.32"
> > Print pf.x
> >
> >
> > End
> >
> >
> >
> > = 1202590843
> >
> >
> > ???
> >
>
> This was a stupid copy & paste mi
Le 25/02/2013 17:38, Fabien Bodard a écrit :
> Public Sub Form_Open()
> Dim pf As New PointF
>
>
> pf.x = "414235.32"
> Print pf.x
>
>
> End
>
>
>
> = 1202590843
>
>
> ???
>
This was a stupid copy & paste mistake, sorry for that!
It is fixed in revision #5566, and will be backported t
Public Sub Form_Open()
Dim pf As New PointF
pf.x = "414235.32"
Print pf.x
End
= 1202590843
???
Je comprend mieux pourquoi je n'avait aucun shapes sur ma carte :-)
Le problème est le même en utilisant explicitement cfloat...
--
Fabien Bodard
---