Arc Forumnew | comments | leaders | submitlogin
1 point by lark 4563 days ago | link | parent

I still get the same error. Hmm.

I don't get the error if I call errsafe:temload before the (asv) call.

I don't get the error if I call errsafe:temload within a defop.

I don't get the error if I call errsafe:temload from a def called by a defop.

But I still get the error in the code I'm running right now. I'm confused now.



1 point by akkartik 4563 days ago | link

Just thinking aloud: is there another temload in your code? Is some other function besides temload trying to open that file?

Feel free to paste in a full sample session.

-----