Page 7 of 7

Posted: Mon Mar 31, 2008 8:23 am
by Mistrel
DoubleDutch wrote:Why the rolling eyes? :?
http://www.purebasic.fr/english/viewtopic.php?t=29927
Mistrel wrote:I find myself checking the announcements forum almost every time I see the new post icon light up. I'm really excited to see what's going to be released!
freak wrote:Its not even been one month since the last one! :shock:
http://www.purebasic.fr/english/viewtopic.php?t=30598
IceSoft wrote:I'm watching...bug messages going in a slow rate ...
..so it is time for the next beta release of PB4.20 ;-)
freak wrote:This is annoying as hell. Why don't you just wait and see ?

Posted: Mon Mar 31, 2008 8:35 am
by DoubleDutch
Ahh I see. Thanks.

Re: PureBasic 4.20 Beta 2 (Windows)

Posted: Mon Mar 31, 2008 3:24 pm
by Leonhard
Fred wrote:

Code: Select all

- Added hex and binary support for Val() and ValQ()
...
How can I use that stuff?
I don't found help somewhere.

Posted: Mon Mar 31, 2008 4:01 pm
by Comtois
like this

Code: Select all

Debug Val("$F")
Debug Val("%1111")

Posted: Mon Mar 31, 2008 4:19 pm
by Leonhard
Thanks.

I didn't thought that this is so easy.