oct2bin( value, place )
Converts an Octal number as text to a Binary number as text.
Keyword | Type | Description |
---|---|---|
|
Text |
Octal value as text to convert, such as |
|
Number |
The number of places in the result. |
Text
Invalid digits for a value parameter, including signs, are ignored.
The default value for place is however many places are necessary to represent the number.
oct2bin(144)
returns 1100100