Re: [Gambas-user] Those pic with donkey on gambas website are great.

2010-04-17 Thread Rafa Domenech
Nice bible passage. Find here the donkeys. Rafa On 17 April 2010 21:10, Fabien Bodard wrote: > witch donkey ? > > 2010/4/17 Zelimir Ikovic : > > Those pic with donkey on gambas website are great. > > Probably you should rename gambas to KickAssBasic,

Re: [Gambas-user] ¿bug? Error with Val function an d hex values

2010-03-26 Thread Rafa Domenech
Hello Benoît, You're right, I didn't know how to say that it was unsigned. So this code now works fine: DIM test AS Integer test = Val("&H" & TextBox1.Text & "&") Thankyou Rafa On 26 March 2010 06:10, Benoît Minisini wrote: > > Hello, > > > > I've a problem trying to convert a string

[Gambas-user] ¿bug? Error with Val function an d hex values

2010-03-25 Thread Rafa Domenech
Hello, I've a problem trying to convert a string in hex to decimal. When I do this: test = (Val("&H9000") AND 65535) I obtain test = -28672 (equals to 0xFFF9000) and it should be test = 36864 (0x9000) And when I debug it step by step I obtain what you can see in this screenshot. [image: Panta