Odcl_ListSort

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > DWG utilities >

Odcl_ListSort

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

 

Odcl_ListSort

This function will sort numeric and alphabetic list combinated.

 

Parameter:

List of string

 

Exemple:

(Odcl_ListSort '("123Abc" "123 DEF" "RTG345"))

 

 

AutoLisp Syntax:

(Odcl_ListSort List [as List of String] )