Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working at the Bit Level
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Network:
Novell 6.x
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01365539
Message ID:
01365548
Views:
10
>>Are there any good functions out there for working with bits other then the basic ones provided with VFP? Anything for example that you can pass a character and get the bit representation of that back, or vice versa? Any easy way to switch 1 specified bit in a certain position so you can work with the result?
>
>There are a bunch of functions that work with BIT:
>BITAND()
>BITOR()
>BITNOT()
>BITXOR()
>BITLSHIF()
>BITRSHIF()
>BITSET()
>BITTEST()
>BITCLEAR()

Or simply - everything that starts with BIT :)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform