ASC ($WBFN) - character's ASCII code

Availability
ASC is available for use with all WBSP commands.

Syntax
$WBFN{ASC(character)}
$WBFN[ASC(character)]

Arguments
character - any ASCII character.
 

Returns
An ASCII code of the character passed as an argument.

Example

<html>
<body>
ASCII code of letter A is $wbfn[asc(A)]!
</body>
</html>

Result

ASCII code of letter A is 65!