ascii


(ascii  string)

This function returns the numerical value the first character of the string argument.

Arguments

string  any string value

Return

the numerical representation (integer) of the first character of string

Example

(ascii "X")
88

(ascii "x")
120

(ascii "")
0

Remarks




©  Bricsys NV. All rights reserved.