[color="red"];;; Where to change the value of the interval between lines of paragraph
;;; in the reactor at multilider?
;;; search line (mtext-paragraph "\ \ pxse" 0.86667 (entlast))
;;; it change the number of 0.86667 to the desired[/color]
(defun le-endCommand (CALL CALLBACK)
(if (= (strcase (car CALLBACK)) "MLEADER")
(mtext-paragraph "\\pxse" [b][size="4"][color="red"]0.86667[/color][/size][/b] (entlast)) [b][color="red"];;; This changes the value of line spacing section![/color][/b]
)
)
(defun gc:FieldCode (ent / foo elst xdict dict field str)