Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Someone in this forum once modified an existing lisp for me (attached), and it works great! I changed a few things here and there, but one thing I'm struggling to figure out is how to make the alert display the layouts' names (if applicable) with a comma in between. I think it might be something to do with this line if I'm correct, I just cant figure it out:
;; Instead of updating the attribute, display the layout name
(alert (strcat "\nBlock is located in layout: "
(apply 'strcat (mapcar 'car l))))
If anyone can help I'd greatly appreciate it!
Thanks in advance.
Solved! Go to Solution.