Scalar FunctionsType Functions
tohex
Converts a number to a hexadecimal string.
Syntax
tohex(value)Parameters
Prop
Type
Returns: string
Examples
Example 1
print tohex(793)| print_0 (string) |
|---|
| 319 |
Converts a number to a hexadecimal string.
tohex(value)Prop
Type
Returns: string
print tohex(793)| print_0 (string) |
|---|
| 319 |