GLBasic User Manual

Main sections

HEX$()

str$ = HEX$(n%)



Converts the integer value of n% to a string as "unsigned int", using hexadecimal writing.

DEBUG HEX$(1611514078)+"\n"

See also...