Feature Overview
TOHEX()
Converts to a hexadecimal string filled with zeros.
- If the number of digits is not specified, specify 0.
- The maximum number of digits specified is 4.
- This function consumes 40 Token.
?tohex(32) -- 20 ?tohex(32,3) -- 020 ?tohex('0x32',1) -- 32 |
This function is included in the KNUTIL library.
release note
[Please log in to post a comment]