BIN is available for use with all WBSP commands.
Syntax
$WBFN[BIN(decnumber)]
Arguments
decnumber - any integer in range 0 to 2147483647.
Returns
A string representing the binary value of the number passed as an argument.
Example of use:
Use it in any WBSP file:
Binary value of letter A is $wbfn[bin(65)]!
Binary value of letter A is 1000001!
read more
No comments:
Post a Comment