Message 1 of 4

Not applicable
03-27-2017
08:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear All,
I am new in Lisp can you help find my problem please?
numlst is a group of number
(setq dcm (getstring "\nDCM Name: "))
(setq minn (apply 'min numlst)) <<<<< I believe this line has something wrong
(princ (strcat dcm "," minn))
error :bad argument type: symbolp nil
Many Thanks,
Bruce
Solved! Go to Solution.