(strcat "\nLoad FX_Round_Numbers_0Point5 and run ?\n: --------------------------------------------------------- :\nWill round off everything to the nearest 0.5\n: --------------------------------------------------------- :\n[Yes/No] <"
(setq ans
(cond ( ans ) ( "Yes" ))
)
">: "
)
)
)
( ans )
)
)
(cond
((= "Yes" ans)
(progn
(prompt "\nNow running the 0.5mm round off command also...\n-------------------------------------\n")
(load "FX_Round_Numbers_0Point5")
(sssetfirst nil (ssget "_P"))
(c:F5)
)
)
((= "No" ans)
(princ (strcat "\n: --------------------------------------------------------- :\nFX_Round_Numbers_0Point5.lsp not performed.\n: --------------------------------------------------------- :\n"))(princ)