I checked with Search but I didn't see anything too comprehensive. ** These may not be useful to anyone, but I needed them. I needed some simple functions to: Fill out some operations that weren't provided Be able to read out numbers as bit strings (binary) Convert bit strings to numbers Be able to get/set specific bits in a value. Do some other obscure stuff with bits Note:Be warned though, it seemed easiest to use BitShift and BitAnd to gain access to the Least Significant Bit - thus, many