Message 1 of 14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Sorry if that's a dumb question, I'm only a casual developer.
This code below returns a syntax error when I try to execute it. I fail to understand why. The problem is with the (apply 'setq x) part.
(mapcar '(lambda (x) (OR (eval (car x)) (apply 'setq x)))
'((*param1* 1.00)
(*param2* "Active")
(*param3* 0.02))
)
Any help appreciated.
Solved! Go to Solution.