Re: [Gambas-user] BUG: A big convertion problem in gambas :

2013-02-25 Thread Fabien Bodard
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

Re: [Gambas-user] BUG: A big convertion problem in gambas :

2013-02-25 Thread 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 mistake, sorry for that! It is fixed in revision #5566, and will be backported t

[Gambas-user] BUG: A big convertion problem in gambas :

2013-02-25 Thread Fabien Bodard
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 ---