PDA

View Full Version : *Invalid* then stops processing



JSelf
2008-01-14, 02:34 PM
I am writing a lisp that creates a script for batch processing some drawings. Whenever the script gets to a drawing with an orphaned xref it halts processing. Does anyone know a way to fix this problem? It also puts up a *Invalid* call.

Thanks,
Jason

tedg
2008-01-14, 04:17 PM
I am writing a lisp that creates a script for batch processing some drawings. Whenever the script gets to a drawing with an orphaned xref it halts processing. Does anyone know a way to fix this problem? It also puts up a *Invalid* call.

Thanks,
Jason
It usually helps if you post the code.
You can either just upload the lisp routine as a file attachment or post the actual code, but don't forget to use
.

If you follow this example and replace the "(" and " )" with brackets "[" and "]":

(code)
your routine
(/code)

You'll get this:
[code]
your routine


You can find out more about code tags here (http://forums.augi.com/misc.php?do=bbcode#code).
Good luck

JSelf
2008-01-16, 04:02 PM
Here is the lisp that produces the script....Its down and dirty, I'm not trying to distribute this thing right now.