Re: [Gambas-user] To wishlist: Missing assignment operator.

2009-01-29 Thread Benoit Minisini
On jeudi 29 janvier 2009, Jussi Lahtinen wrote: > Hi! > > Now I have to write like this; > ff = ff ^ 1.2 > instead of this; > ff ^= 1.2 > > I think this is rarely used (not rare in my project), but nice to > have. I was little suprised that it is absent. > So, low priority. > Thanks! > > > Jussi >

[Gambas-user] To wishlist: Missing assignment operator.

2009-01-29 Thread Jussi Lahtinen
Hi! Now I have to write like this; ff = ff ^ 1.2 instead of this; ff ^= 1.2 I think this is rarely used (not rare in my project), but nice to have. I was little suprised that it is absent. So, low priority. Thanks! Jussi -