TRUECALC
Functions

DEC2OCT

Convert decimal to octal

Try it

When to use it

When should I use DEC2OCT?

Use DEC2OCT to convert a decimal integer to its octal (base-8) string representation, optionally zero-padded to a specified number of digits.

Used in

engineering

Syntax

DEC2OCT(number, [places])

On this page