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
- See Also