Message 1 of 6

Not applicable
06-29-2018
05:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to create a dotted pair, to do a ssget search.
Byt i always get an error.
I can wite it in a setq like I'v done with "test" and it works. But when i try to use the search value, it dont work.
Why does the lines below give me the result: "nil" and not "T"?!
(setq xref "A") (setq search (cons '2 xref)) (setq test '(2 . "A")) (= test search)
Thank you for Rrading my problem!
Solved! Go to Solution.