DEC2OCT

DEC2OCT(arg1, arg2) → { number | string | boolean }

Converts a decimal number to octal.

Parameters:

Name Type Description
arg1 any

Is the decimal integer you want to convert.

arg2 any

Is the number of characters to use.

Returns:

Type
number | string | boolean