Some VB value type..

Blitz3D Forums/Blitz3D Programming/Some VB value type..

plash(Posted 2006) [#1]
I'm looking at a function I want to port to Blitz, but it has a value that is '&H03' (fairly certain that is a Long).
What is that value type called, and what is the equivalent for Blitz?


kevin8084(Posted 2006) [#2]
It's a hex number...you can use $03 in Blitzbasic


plash(Posted 2006) [#3]
Thanks.


kevin8084(Posted 2006) [#4]
you're welcome :)