Odcl_StringToList

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > List manipulation >

Odcl_StringToList

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_StringtoList

This function will convert string to list as caracters.

First Parameter

Text Sering.

ex: "Life is beautiful"

 

Return Values

List of each caracter fosndein the string.

ex: ( "L" "i" "f" "e" " " "i" "s" " "  b" "e" "a" "u" "t" "i" "f" "u" il" )

 

AutoLisp Syntax:

(Setq rValue (Oncl_StringToList Text [as String]))