Click here to return to the KiXtart HelpDesk main page...

KiXtart Command Reference

ASC

action

returns the ASCII code of the character specified.

syntax

ASC (character)

parameter

Character

Character you want to know the ASCII code of.

returns

Numeric value representing the ASCII code of the character.

example

$ASCII = Asc( "H" )