hex: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page hex to Hex without leaving a redirect: Converting page title to first-letter uppercase)
m (Conversion script moved page Hex to hex: Converting page titles to lowercase)
(No difference)

Revision as of 22:56, 9 February 2023

hex() Function

Returns a string which contains the hexadecimal representation of the number that was passed in.

Usage

[h: hexVal = hex(num)

Examples

[r: hex(23)]

Returns 0x17.

[r: hex(10)]
Returns 0xA.