This can be achieved by using (eval (list (read "string"))). Here is some sample code:
(defun adts_function ()
(princ "\nDeveloper Technical Services")
(princ)
)
(defun c:test ()
(setq fname "adts_function")
(eval (list (read fname)))
)
(prompt "\nCommand c:test defined")
(princ)

Leave a Reply