Functions
OCT2BIN
Convert octal to binary
When to use it
When do I use OCT2BIN?
Use OCT2BIN to convert an octal number to its binary representation, useful in embedded systems or digital electronics work where register values are documented in octal but need to be compared against binary bit patterns.
Used in
Syntax
OCT2BIN(number, [places])