ASC is available for use with all WBSP commands.
Syntax
$WBFN[ASC(character)]
Arguments
character - any ASCII character.
Returns
An ASCII code of the character passed as an argument.
Example of use:
Use it in any WBSP file:
ASCII code of letter A is $wbfn[asc(A)]!
ASCII code of letter A is 65!
read more
No comments:
Post a Comment