Curious problem with Scripter
Curious problem with Scripter
- Subject: Curious problem with Scripter
- From: Max Bonilla <email@hidden>
- Date: Wed, 25 Apr 2001 23:19:23 -0500
Here's something that just happened to me for the first time (but
then, since I'm fairly new to scripting this is no surprise).
Perhaps someone can explain it.
While working on a script using Scripter PE I found that if I use the
auto-step feature, or if I invoke the script from the application
(Eudora), I get an error (variable errMessage not defined). So to
find where I left such variable undefined, I use the step feature of
Scripter, carefully pressing the shift key to be sure I step into any
handler that is used by the script. The funny thing is that I can
run the whole script that way and I never have a problem. So if I
run it very slowly, step by step, the variable is defined, but if I
go quickly with the auto-step the variable is not defined. How can
that be?
Thanks
Max