(vl-string-elt string position)


Return an ASCII number of a string at a specified position.


This function returns the ASCII number of the string at the specified position.

Example

Code Returns
(vl-string-elt "text 4") 74

 

Tell me about...

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language