Asc

Top  Previous  Next

Function

Parameters

Return value

Asc

char c

int

 

Returns an Integer value representing the character code corresponding to a character.

 

Example:

 

Asc('A') = 65