Re: Best Way to Debug Startup Code?
- From: "paul.schrum@xxxxxxxxx" <paul.schrum@xxxxxxxxx>
- Date: Tue, 10 Feb 2009 13:53:19 -0800 (PST)
Bob,
Thanks for the help. Stop does exactly what I need.
- Paul
On Feb 9, 6:59 pm, Bob Quintal <rquin...@xxxxxxxxxxxxx> wrote:
"paul.sch...@xxxxxxxxx" <paul.sch...@xxxxxxxxx> wrote in
Is there a hard-coded
break I can insert which will raise the IDE yet not cause an error
condition?
Stop
Syntax
Stop
Remarks
You can place Stop statements anywhere in procedures to suspend
execution. Using the Stop statement is similar to setting a
breakpoint in the code.
The Stop statement suspends execution, but unlike End, it doesn't
close any files or clear variables, unless it is in a compiled
executable (.exe) file.
--
Bob Quintal
PA is y I've altered my email address.
.
- References:
- Best Way to Debug Startup Code?
- From: paul.schrum@xxxxxxxxx
- Re: Best Way to Debug Startup Code?
- From: Bob Quintal
- Best Way to Debug Startup Code?
- Prev by Date: Re: date time picker on the tab control
- Next by Date: Re: Check for existance of table by name
- Previous by thread: Re: Best Way to Debug Startup Code?
- Next by thread: Global Form Events
- Index(es):
Relevant Pages
|