Code Red > AutoLISP (Vanilla / Visual)

How to extract data from this list?

<< < (3/3)

HasanCAD:

--- Quote from: Lee Mac on March 21, 2019, 09:14:48 AM ---Another -

--- Code - Auto/Visual Lisp: ---(defun foo ( x l )    (mapcar '(lambda ( i ) (vl-remove x i)) (vl-remove-if-not '(lambda ( i ) (member x i)) l)))
--- End quote ---
Working perfect
Thanks Lee
And Thanks for ReadCSV

Navigation

[0] Message Index

[*] Previous page

Go to full version