Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_dtooct()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_DTOOCT()


Syntax:        L_DTOOCT(<expN>)


Purpose:       To convert decimal numbers to octal.


Arguments:     <expN> is the decimal number to be converted to octal.



Returns:       A character expression representing the octal
               equivalent of a specified decimal number.


Usage:         Useful for incorporation into a calculation function.


Examples:      ? L_DTOOCT(12)                   && Result: 14
               ? L_DTOOCT(23)                   && Result: 27


Language:      C

See Also: L_BINTOD() L_DTOBIN() L_DTOHEX() L_HEXTOD()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson