Message 1 of 2

Not applicable
12-13-2018
06:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When creating an XDATA using Strings according to the line below everything is right.
(setq thedata '((-3 ("GD-BIM" (1000 . "a") (1000 . "b") (1000 . "c")))))
But when creating the same XDATA using variables instead of strings (according to the line below), the variable name is saved, not the value of it.
(setq thedata '((-3 ("GD-BIM" (1000 . tipoPeca) (1000 . idPeca) (1000 . secaoPeca)))))
How to add variables to XDATA? (variable values are STRINGs)
Solved! Go to Solution.