blankrow

Discussion in 'AutoCAD' started by Marcel Janmaat, Dec 23, 2004.

  1. I seem to keep forgetting;

    How do I princ a blank row?

    If I (princ "\rAAAAAAAAA")
    an then
    (princ "\rAAA")
    The result still wil look like;
    Command: AAAAAAAAA

    M
     
    Marcel Janmaat, Dec 23, 2004
    #1
  2. Marcel Janmaat

    Kari Guest

    (princ "\nAAAAAAAAA")

    (princ "\n\nAAAAAAAAA")

    Kari
     
    Kari, Dec 23, 2004
    #2
  3. No, no.

    On the same line. Preventing overlapping textstrings!.
     
    Marcel Janmaat, Dec 23, 2004
    #3
  4. Marcel Janmaat

    kozmos Guest

    If I
    (princ "\rAAAAAAAAAA")
    (princ "\rAAA ")
    )

    That means you should add some spacebar.
     
    kozmos, Dec 23, 2004
    #4
  5. Thanx, but I could have thought of this myself!
    What I'm looking for is a command wich clears the line before I princ the
    next string.

    Some time ago I wrote this;
    (defun blankrow () (princ "\r") (repeat 79 (princ " ")) (princ "\r"))

    It does'n matter too much, but I can't imagine there is no command for this.

    M
     
    Marcel Janmaat, Dec 23, 2004
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.
Similar Threads
There are no similar threads yet.
Loading...