[back] [prev] [next] [index] [root]

 


CharToInt

Returns the ASCII code of a character.

Syntax:

i := CharToInt(c);

character
  c  
integer
  i  

See also:  IntToChar

Description:

no detailed description available yet


Example:


kash> CharToInt('a');
> 97


<- back[back] [prev] [next] [index] [root]