Viva Clipper !

DecToOctal()

Advertisements

DecToOctal()

Converts a Decimal Value to Octal

Syntax

      DecToOctal(<cN>) -><cNr>

Arguments

<cN> Number to be converted

Returns

<cNr> Number converted

Description

This function converts a string <cN> from an decimal value to an octal value.

Files

Library is libmisc

Seealso

DecToHexa(), DecToBin()

Advertisements

Advertisements