Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In the following
I want to change an item it's Itemaa
(defun c:xx()
(setq NumList '(1 2 3 4 5))
;;Change e.g. third number from 3 to 10 ?
)
Solved! Go to Solution.