Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BitTest function
Message
From
08/02/2005 12:56:20
 
 
To
08/02/2005 12:06:55
General information
Forum:
Internet
Category:
VBScript
Miscellaneous
Thread ID:
00984770
Message ID:
00984785
Views:
20
>Hi All,
>
>Does anyone know how to do the same functionality of the VFP BitTest() funciton in VBscript or JavaScript?

I don't think JS has a BITTEST equivalent, but you could use the bitwise and operator (&), and with the right value (1, 2, 4, etc), and see if result is > 0.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform