Dear Alls, (setq a 10 b 100) (repeat 4 (setq a (+ a 10)) (setq b (+ b 100))) return 500 Can you give me how to elaborate this function to got 500 Thanks for your reply Best regards Ade Suharna