Contents
Display Legacy Contents

 Print
    Ascii    
This Function returns a numeric, which is the ASCII decimal value of the specified Char.

Parameters

Char string
Char to retrieve the ASCII value.


     
Example 1
  Example 2
  Example 3
Ascii("K")

Result = 75
  Ascii("Kalipso")

Result = 75
  Ascii("H")

Result = 72

     
  • If you specify a Char with more than one char, Kalipso will use the first char.

See also
Samples

 
 
Updated : 1/12/2018 9:41 AM