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?