I can
(setq mul (strcase (getstring "\n Mulls? Y/N: ")))
and the Yes / No does what I expect.
but to have more options, say when I
(initget 1 "R L N") (setq hinge (strcase (getkword "\n Hinge? Right/Left/None: "))) )
that will fly.
getstring seems to have an exception for Y/N that WILL NOT apply to R/L.
don't see anything in the help files, is this all there is, or am I still missing some minutia?
thanks,
roy
(setq mul (strcase (getstring "\n Mulls? Y/N: ")))
and the Yes / No does what I expect.
(initget 1 "R L N") (setq hinge (strcase (getkword "\n Hinge? Right/Left/None: "))) )
that will fly.
getstring seems to have an exception for Y/N that WILL NOT apply to R/L.
don't see anything in the help files, is this all there is, or am I still missing some minutia?
thanks,
roy