kytschBASIC

Put down that phone!
Please view me on real computer.

HEX

Returns an 8 character string equivalent to the hexadecimal representation of the number.

Example

PRINT HEX(4919)

LINE BREAK

DEF var#=HEX(4919)

PRINT var#

Output

00001337
00001337

See also

ABS  | ACOS  | ASIN  | ATAN  | BIN  | COS  | EXP  | FRAC  | HCOS  | HSIN  | HTAN  | LOG  | LOG10  | RND  | SGN  | SIN  | SQR  | TAN  |