Asif
2012-10-09 07:46:08 UTC
Trying to figure out how to evaluate a simple string.
(setq x "princ 3")
(eval x)
=> "princ 3"
Hpw do I evaluate x to get:
=> 3
By-the-way I tried:
(eval `,x)
=> "princ 3"
Thanks for any help!
____
Asif
(setq x "princ 3")
(eval x)
=> "princ 3"
Hpw do I evaluate x to get:
=> 3
By-the-way I tried:
(eval `,x)
=> "princ 3"
Thanks for any help!
____
Asif