2016-03-10 18:57 UTC
I'll never use alert again in any of my lisp routines whether a custom dialog is involved or not ... why does it take so long for the simplest things to hit me in the head :o/
(setq sMsg
(strcat
"This is a test message!"
"\nThis is the second line of my test message"
"\n\n\Are we ready to proceed?"
)
)
(setq nResponse (dcl-messagebox sMsg "My Title" 6 3))
(setq sMsg
(strcat
"This is a test message!"
"\nThis is the second line of my test message"
"\n\n\Are we ready to proceed?"
)
)
(setq nResponse (dcl-messagebox sMsg "My Title" 6 3))
