First of all I want to thank to CADaStroumph
for a god solution of this issue
Yes, I modified the original code in order to save dcl file in a temporal directory according to
roamablerootprefix system variable but is was unsuccessful
Your solution is much better!
Another question if it possible
I find in my storage stuff (I don't know who create it) another routine for the same goal (see attached lisp)
it working properly for my purposes but I want to add an option to place the "second part " of text string as it possible in upgraded by your efforts routine...
something like this:
(setq INSPT2
(getpoint
"\n\nPick insertion point for 2nd text entity:
Press <CR> to place below 1st text: "
) ; end of getpoint
) ; end of setq
(if (not INSPT2)
(setq INSPT2
(polar
INSPT
(DTR (- ROT 90.0))
(* 1.6666 TH)
) ; end of polar
) ; end of setq
) ;end if
Is it possible?
Any help as I say will be very appreciated