DEC2OCT converts the Decimal number system to the Octal number system. Syntax of this function is DEC2OCT( number, [places] ) where number is the number in decimal format. [places] is optional, which specifies the number of characters that you want the returned octal number to have. If omitted …

Lesson#35: Decimal to Octal by DEC2OCT function Read more »