Returns the character code for 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 character code for the character at the specified position.
Releases:
AutoCAD 2021
(vl-string-elt "May the Force be with you" 8) 70