Object Model Reference : Classes : C : CorelScriptTools : Methods : CorelScriptTools.Dec |
Function Dec(Hex As String) As Long
Member of CorelScriptTools
The Dec method returns the conversion of a hexadecimal value into decimal notation.
• |
Decimal notation is a numerical system based on groups of ten units.
|
• |
The highest value you can convert is 7FFFFFFF.
|
In the following code example, x equals 2599.
x& = DEC("A27") |
Copyright 2013 Corel Corporation. All rights reserved.