Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi...
IS there a way to put something in the script to just stop it for further execution to take a look at the state of the tables at that point?
I know I can just comment the rest of the script, but that doesn't sound pretty. Is there something that I can use to just stop it, at script level, that I can use to accomplish that?
debuging and stoping it doesn't sound pretty, since this proccess take some time to run.
Should I assume that EXIT SCRIPT; would not for this example? As it would not allow you to make a choice on whether or not to cancel the rest of the script.
When I start the debugger, I set a break point on the line, by clicking on the line number, then debug the script by clicking the run button. The script will execute up to the line that has the break point.
Thanks jm, but that will only stop it in debbuger mode, not allowing me look at the structures or to cancel the rest.
Like I said, I want to run it just to a point, to see the intermidiate tables and some values.
ah, well, i am fairly new to the product, so i'm just learning (10 days, including today)
Should I assume that EXIT SCRIPT; would not for this example? As it would not allow you to make a choice on whether or not to cancel the rest of the script.
That was exactly I was looking for! thank you very much you have more than me after your ten days than my 4 months