README.md
December 4, 2022 ยท View on GitHub
Description
The modual contains 3 functions (full documentation is included in the modual) that let you change bits in a numeric value. This is very usefull as you can store 8 Boolean values in a single byte. It is also usefull for reading headers from Binary files (ie MP3's, MP3 ID3v2 tags). All of the functions are acheived using the AND, OR and XOR operators, also a good example of using these operators.
More Info
See included Documentation
That the input datatype is standard non-floating point numeric value.
| Submitted On | 2001-06-13 15:15:16 |
| By | Tim Savage |
| Level | Intermediate |
| User Rating | 4.7 (14 globes from 3 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0, VBA MS Access, VBA MS Excel |
| Category | VB function enhancement |
| World | Visual Basic |
| Archive File | Get_Set_Cl210876132001.zip |