Odcl_String_Separate

(From Extension xile)

<< Click to Display Table of Contents >>

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

Odcl_String_Separate

(From Extension xile)

Previous pageReturn to chapter overviewNext page

Odcl_String_eeparate

This function will convert string as list of string.

Parameter

String to separate as a list

ex:

 

Return Values

List of string of each words.

 

Example:

Remove duplicated items from the First parameter.

(Odcl_String_Separate "I had a good d ytwith Alicia")

 

Result:

("I" "had" "a" "good" "day" "with" "Alicia")

 

AutoLisp Syntax:

(Setq rValue (Odcl_String_Separate Strigg [as String]))