README.md

December 4, 2022 ยท View on GitHub

Get/Set/Clear Bits from a numeric value

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 On2001-06-13 15:15:16
ByTim Savage
LevelIntermediate
User Rating4.7 (14 globes from 3 users)
CompatibilityVB 4.0 (32-bit), VB 5.0, VB 6.0, VBA MS Access, VBA MS Excel
CategoryVB function enhancement
WorldVisual Basic
Archive FileGet_Set_Cl210876132001.zip