I'm sure I can only return multiple values from a function as a list.
I can assign those values to multiple symbols in the calling function like
this...

(setq L (1 100 1000))

(setq A (get L 1) B (get L 2) C (get L 3))

but wonder if there's a shorter way.
Thank you in anticipation.
Dean

Reply via email to