HEX is available for use with all WBSP commands.
Syntax
$WBFN{HEX(decnumber)}
$WBFN[HEX(decnumber)]
Arguments
decnumber - any integer in range 0 to 2147483647.
Returns
A string representing the hexadecimal value of the number passed as an argument.
Example
Hexadecimal value of letter A is $wbfn[HEX(65)]!
Hexadecimal value of letter A is 41!
No comments:
Post a Comment