Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/28/2025 in all areas

  1. I agree to that @pkenewell , It quickly came to my mind to use "\n" instead of "\\P".
    1 point
  2. Thank you for your feedback, and I completely understand your point. I want to clarify that I’m genuinely trying to learn Lisp routines on my own, but I’m starting completely from scratch, so it’s a bit overwhelming at times. My intention was never to take advantage of the forum but rather to seek guidance from more experienced programmers as I work through the learning process...
    1 point
  3. @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 -...
    1 point
  4. Rounding errors. Each or maybe just one, is off just enough to round down to 25.025 instead of being 25.026 which is the correct total.
    1 point
×
×
  • Create New...