HexQ()

Syntax

Result$ = HexQ(Value)
Description
Convert a quad numeric number into a string, in hexadecimal format. HexQ() can handle larger numbers than Hex().

Example :
  Debug HexQ(1234567890) ; Will display "0499602D2"
Note: If leading zero are needed in the output string, use the RSet() command as follows:
  Debug RSet(HexQ(12),4,"0") ; Will display "000C"

Supported OS

All

<- Hex() - String Index - LCase() ->