Re: [Gambas-user] Flyer Invasion Game - And a possible bug-report

2016-11-02 Thread Shane
there were pics On 02/11/16 17:46, Moviga Technologies wrote: Please rephrase what you said? Den 02. nov. 2016 02:29, skrev Shane: this is what i get with your latest version and when i click away and come back On 02/11/16 07:11, Benoît Minisini wrote: Le 31/10/2016 à 13:51, Moviga Tech

Re: [Gambas-user] Val function changed behaviour, porting gambas2 to gambas3

2016-11-02 Thread Benoît Minisini
Le 02/11/2016 à 16:49, Rolf-Werner Eilert a écrit : > The new behaviour of val() drove me nuts when it appeared first ;) I had > used it in so many places, and all over my code. Sometimes it lasts for > weeks until your program hits this place, and AGAIN val() Arrgh... :) > > So in most cases, I en

Re: [Gambas-user] Val function changed behaviour, porting gambas2 to gambas3

2016-11-02 Thread Rolf-Werner Eilert
The new behaviour of val() drove me nuts when it appeared first ;) I had used it in so many places, and all over my code. Sometimes it lasts for weeks until your program hits this place, and AGAIN val() Arrgh... :) So in most cases, I ended up either checking for null before (somewhat roundabou

[Gambas-user] Val function changed behaviour, porting gambas2 to gambas3

2016-11-02 Thread Richard Welch
This is just noting the change in case it might help someone else - not a plea for a change. In g2, the Val function would ignore that part of its input string after the first space, so that, for instance Val("12 3 5") would return the integer value 12. Here and there, I use this feature when