Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hex values
Message
 
 
To
21/08/2000 11:39:38
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00407342
Message ID:
00407485
Views:
15
Just add your return value to 65536 and you should have the correct value.
ie.  val(&HFFFF) returns -1 therefore 65536 + -1 =65535
     val(&HFFFE) returns -2 therefore 65536 + -2 =65534
Previous
Reply
Map
View

Click here to load this message in the networking platform