Developed or developing a new product in PureBasic? Tell the world about it.
Mistrel
Addict
Posts: 3415 Joined: Sat Jun 30, 2007 8:04 pm
Post
by Mistrel » Mon Mar 31, 2008 8:23 am
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!
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 ?
DoubleDutch
Addict
Posts: 3220 Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:
Post
by DoubleDutch » Mon Mar 31, 2008 8:35 am
Ahh I see. Thanks.
Leonhard
User
Posts: 55 Joined: Fri Jun 16, 2006 7:43 am
Post
by Leonhard » Mon Mar 31, 2008 3:24 pm
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.
Comtois
Addict
Posts: 1431 Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France
Post
by Comtois » Mon Mar 31, 2008 4:01 pm
like this
Code: Select all
Debug Val("$F")
Debug Val("%1111")
Leonhard
User
Posts: 55 Joined: Fri Jun 16, 2006 7:43 am
Post
by Leonhard » Mon Mar 31, 2008 4:19 pm
Thanks.
I didn't thought that this is so easy.