2009-02-17 21:15 UTC
Hello,
First time poster, Long time (20+years) Lisp writer.
I would like to grab selections from a combo list and a radio selection to use as selections in my routines:
(setq combo1_selection "some value set at that location")
(setq radio_choice "opt_1, opt2, or opt3")
I have read many posts and cannot figure out which is the best way to grab these choices.
Any help is appreciated and thank you in advance.
First time poster, Long time (20+years) Lisp writer.
I would like to grab selections from a combo list and a radio selection to use as selections in my routines:
(setq combo1_selection "some value set at that location")
(setq radio_choice "opt_1, opt2, or opt3")
I have read many posts and cannot figure out which is the best way to grab these choices.
Any help is appreciated and thank you in advance.