|
Get SteelArrow!
|
|
|
|
asHex
|
|
|
|
|
|
|
Return to Function List |
|
Converts a variable/value to a hexidecimal value. If the value can not be converted, the function
returns zero (0). The second (optional) parameter defines how many characters to return starting
from the right hand side of the generated hex value.
|
|
Syntax |
AsHex( number [, num_chars ] )
|
number |
The value to be converted. |
num_chars |
The number of characters to return starting at the right hand side. |
|
|
|
|
|
|
|
|