Viva Clipper !

DecToHexa()

Advertisements

DecToHexa()

Converts a Decimal Value to Hexa

Syntax

      DecToHexa(<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 hexadecimal value.

Files

Library is libmisc

Seealso

DecToBin(), DecToOctal()

Advertisements

Advertisements