vl-string->list
(vl-string->list string)
This function returns the list of character
values for input string.
Arguments |
string (string) the string to be returned as a character value list |
Return |
list of integer values, or NIL for an empty string |
Example |
(vl-string->list "")
NIL |
Remarks |
in BricsCAD, each character
in a string is represented by its Unicode value; therefore, forward
and backward conversion between visual representation (the
character) and its numerical representation (the Unicode value) is
always constant across all platforms and versions, local code pages
have no impact; |
© Bricsys NV. All rights reserved. |