Lisp stops at file open only

Discussion in 'AutoCAD' started by tbarlow, Apr 2, 2004.

  1. tbarlow

    tbarlow Guest

    I have a number of routines that run when a drawing is opened. But one of the routines stops at what appears to be the simplest of commands. The command is: (command ".text" TTLPNT TXTHGT "0" "NO."). The value of TTLPNT is (24.5497 13.7244 0.0), and the value of TXTHGT is 0.09375. The routine stops here, and 0.09375 is shown on the command line. If I run the routine after the drawing is loaded, everything works fine. What am I missing here?
     
    tbarlow, Apr 2, 2004
    #1
  2. tbarlow

    Murph Guest

    Check the text style and see what the height is set at.Try changing it to
    0.00 or add a ht of 1.00 and see what happens.

    Murph

    the routines stops at what appears to be the simplest of commands. The
    command is: (command ".text" TTLPNT TXTHGT "0" "NO."). The value of TTLPNT
    is (24.5497 13.7244 0.0), and the value of TXTHGT is 0.09375. The routine
    stops here, and 0.09375 is shown on the command line. If I run the routine
    after the drawing is loaded, everything works fine. What am I missing here?
     
    Murph, Apr 2, 2004
    #2
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.