Multi radio buttons.lspThe radio button dcl was made using Multi radio buttons a library routine for any code change
(setq fo (open (setq fname (vl-filename-mktemp "" "" ".dcl")) "w"))
(setq fo (open (setq fname "C:\\yourdiredtory\\filename.dcl")) "w"))
(if (not AH:Butts)(load "Multi Radio buttons.lsp"))
(setq ans (ah:butts 1 "h" '("Please choose " "No Hatch" "hatch+end" "Hatch" ))) ; ans holds the button picked value
You can open the dcl created.