Category: Engineering Function.
 
Description: Converts an octal number to binary.
 
Syntax: OCT2BIN(number, [places])
 
Number is the octal number to be converted. 
 
Places is the number of characters to use. 
 
If places is omitted, the minimum number of characters is used.