PLAYGROUND (experimental)

convert_num_hex

Convert a number int to hexadecimal (string).
convert_num_hex(
    n, 
    [pad=8], 
    [hashtag=true]
) -> STRING

Convert a number int to hexadecimal (string).

Arguments

NameTypeRequiredDefaultDescription
nyes-Number to convert (int)
pad-8Number of 0 pad
hashtag-trueHashtag or not?