Manuals/calci/OCT2BIN
Jump to navigation
Jump to search
Syntax
Examples
''''''' ''''
Description
This function converts an octal number to binary.
OCT2BIN
OCT2BIN(N,p)
where N is the octal number and p is the number of characters to use.
Column1 | Column2 | Column3 | Column4 | |
Row1 | 101 | |||
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |
Let's see an example
I.e. =OCT2BIN(5,3) is 101