Re: [Gambas-user] Value box for numeric values

2009-09-05 Thread Aleksandrs Livshics
On Saturday 05 September 2009 12:57:08 Aleksandrs Livshics wrote: > On Saturday 05 September 2009 11:41:42 Doriano Blengino wrote: > > Benoît Minisini ha scritto: > > >> Hi gambas users. > > >> It seems to me that it is impossible to enter a number in > > >> scientific notation in a value box. It d

Re: [Gambas-user] Value box for numeric values

2009-09-05 Thread Aleksandrs Livshics
On Saturday 05 September 2009 11:41:42 Doriano Blengino wrote: > Benoît Minisini ha scritto: > >> Hi gambas users. > >> It seems to me that it is impossible to enter a number in > >> scientific notation in a value box. It does not accept > >> "E" or "D" letters which are used to separate exponent.

Re: [Gambas-user] Value box for numeric values

2009-09-05 Thread Doriano Blengino
Benoît Minisini ha scritto: >> Hi gambas users. >> It seems to me that it is impossible to enter a number in >> scientific notation in a value box. It does not accept >> "E" or "D" letters which are used to separate exponent. >> So value as 1.0E-1 is illegal. If it is so, it must be treated as a bu

Re: [Gambas-user] Value box for numeric values

2009-09-04 Thread Benoît Minisini
> Hi gambas users. > It seems to me that it is impossible to enter a number in > scientific notation in a value box. It does not accept > "E" or "D" letters which are used to separate exponent. > So value as 1.0E-1 is illegal. If it is so, it must be treated as a bug ! > Or am I doing something wro

[Gambas-user] Value box for numeric values

2009-09-02 Thread Aleksandrs Livshics
Hi gambas users. It seems to me that it is impossible to enter a number in scientific notation in a value box. It does not accept "E" or "D" letters which are used to separate exponent. So value as 1.0E-1 is illegal. If it is so, it must be treated as a bug ! Or am I doing something wrongly ? Alex