Dec2oct, 85 dec2oct – Apple iWork '09 User Manual
Page 85

Chapter 5
Engineering Functions
85
Related Topics
For related functions and additional information, see:
“Listing of Engineering Functions” on page 72
“Value Types” on page 36
“The Elements of Formulas” on page 15
“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26
“Pasting from Examples in Help” on page 41
DEC2OCT
The DEC2OCT function converts a decimal number to the corresponding octal number.
DEC2OCT(decimal-string, convert-length)
Â
decimal-string: The string representing the number to be converted. decimal-string
is a string value. It must contain only the numbers 0 through 9.
Â
convert-length: An optional value specifying minimum length of the number
returned. convert-length is a number value and must be in the range 1 to 32. If
omitted, it is assumed to be 1. If included, convert-string is padded with leading
zeros, if necessary, so that it is at least the length specified by convert-length.
Examples
=DEC2OCT(100) returns 144.
=DEC2OCT(”1001”, 4) returns 1751.
Related Topics
For related functions and additional information, see: