Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
May I have your help, please?
I can PRINT a list, separate by comma with this:
(setq a '("Red" "Blue" "Green")) (foreach n a (princ (strcat ""n", ")) (princ))
But, how do I do the same with an ALERT, and also adding a text before and after?
(alert "\nThe colors" (foreach n a (princ (strcat ""n ", ")) (princ)) "are in the list") ;This is not working!
Thanks for your help,
Marcelo
Solved! Go to Solution.