Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Well, only the AutoCAD help.
But here's a workaround example...
(setq x '(defun c:hello nil (alert " HELLO\n WORLD!")(princ)))
(vl-bb-set 'code x)
(eval (list (eval (vl-bb-ref 'code))))
Though @Sea-Haven is convincing me to use a script, I am still trying to be persistent in using vla-sendcommand on an xref.
I imagine that x really has no length limit, and you don't have to escape any quotes, so...
John F. Uhden
Solved! Go to Solution.