@Tarz4n Easy.
Replace:
(cons 1 (strcat str1 " " str2 " " str3 " ,nr." (itoa num)))
with:
(cons 1 (strcat str1 " " str2 "\\P" str3 " ,nr." (itoa num))) ;; The "\\P" is the MTEXT paragraph return code.
NOTE: This forum was not made for free program requests, but for LISP programmers to help beginner LISP programmers to learn. If you are a beginner willing to learn, then Kudos to you. Otherwise -...