Author Topic: lisp error in ACAD2004  (Read 5661 times)

0 Members and 1 Guest are viewing this topic.

danny

  • Guest
lisp error in ACAD2004
« Reply #15 on: March 15, 2005, 12:12:03 AM »
thanks Kerry, thanks CAB... I'll read up on the debbuging program.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
lisp error in ACAD2004
« Reply #16 on: March 15, 2005, 03:03:07 AM »
danny,
Charles is correct of course .. as you would have determined once you isolated the line the error was on, then made the variable  SLST temporarily global then tried to use the line (command ".PEDIT" "L" "J" SLST "" "") at the command line. Command line changes are a real pain to catch sometimes. You might want to have a look at the Pedit 'Multiple'
option too.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
lisp error in ACAD2004
« Reply #17 on: March 15, 2005, 03:07:05 AM »
Quote from: danny
< .. > I'll read up on the debbuging program.


That will help a lot for future issues.

Just a tip : Animation can be fun, but setting a breakpoint and stepping is a little more productive. :
The watch window can be a big help too ...

and ..
As Stig indicated earlier, setting a breakpoint gives you access to the INSPECT tools so that you can check variable values without the need to add a lot of prompt or princ statements in a suspected buggy block of code.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.