Returns the ASCII representation of the character at a specified position in a string
Supported Platforms: Windows and Mac OS
(vl-string-elt str position)
Type: String
A textual value to be inspected.
Type: Integer
A displacement in the string; the first character is displacement 0.
Type: Integer or error
A numeric value denoting the ASCII representation of the character at the specified position. Note that an error occurs if position is outside the range of the str.
(vl-string-elt "May the Force be with you" 8) 70