| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Aug 30, 2003 4:07 pm Post subject: 0x80000000 |
|
|
Can anyone tell me what kind of thing this is? I think it's hex, but
how to I convert it to VDS so that I can use it in an API call?
What I'm talking about is this: 0x80000000
Thanks.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Sat Aug 30, 2003 4:14 pm Post subject: |
|
|
"0x" and "&h" are pretty much the same as "$" in VDS.
Try $80000000 _________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Aug 30, 2003 9:32 pm Post subject: |
|
|
Thanks. That actually explains a lot of trouble I've been having with
converting VB code to VDS. I didn't know what that "&h" was etc. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|