What code ends a program like END in VB?

Re: End Program by Dan

Dan
Mon Jan 10 17:00:51 CST 2005

CANCEL

Keht wrote:
> What code ends a program like END in VB?



Re: End Program by Rick

Rick
Mon Jan 10 17:06:22 CST 2005

QUIT or a RETURN from the base .PRG will normally terminate a program. =
However if you have a READ EVENTS active, you'll also need a CLEAR =
EVENTS, and you may need to worry about ON SHUTDOWN.

Rick

"Keht" <NoVirus@IHateScriptKiddies.com> wrote in message =
news:%23l0dLx19EHA.3260@TK2MSFTNGP14.phx.gbl...
> What code ends a program like END in VB?
>=20
>

Re: End Program by Dummy

Dummy
Mon Jan 10 17:09:05 CST 2005

> What code ends a program like END in VB?

Nothing is required since this is a grown up language...
Ok ok, a little (?) catty, sorry.
But nothing is required.

Mark Stanton
One small step for mankind...



Re: End Program by Anders

Anders
Mon Jan 10 16:59:21 CST 2005

In some cases RETURN in others CANCEL
-Anders

"Keht" <NoVirus@IHateScriptKiddies.com> wrote in message
news:#l0dLx19EHA.3260@TK2MSFTNGP14.phx.gbl...
> What code ends a program like END in VB?
>
>


Re: End Program by Keht

Keht
Mon Jan 10 21:58:54 CST 2005

I usually use return, I am going to try cancel.. What I find with return is
that if im doing a DO within a DO it just goes to the Outer DO and
continues.


"Dummy Newgroup name" <nospam@nospam.org> wrote in message
news:VA.00000910.19f7bf4d@atvowleyfarm.dotcodotyou.kay...
>> What code ends a program like END in VB?
>
> Nothing is required since this is a grown up language...
> Ok ok, a little (?) catty, sorry.
> But nothing is required.
>
> Mark Stanton
> One small step for mankind...
>
>



Re: End Program by Stefan

Stefan
Tue Jan 11 01:21:12 CST 2005

The Return command also has a To Master | procedurename option.
FWIW, I believe using an object-oriented approach you may almost
never want to do so.


hth
-Stefan

"Keht" <no> schrieb im Newsbeitrag news:OiWOUH59EHA.208@TK2MSFTNGP12.phx.gbl...
>I usually use return, I am going to try cancel.. What I find with return is
> that if im doing a DO within a DO it just goes to the Outer DO and
> continues.
>
>
> "Dummy Newgroup name" <nospam@nospam.org> wrote in message
> news:VA.00000910.19f7bf4d@atvowleyfarm.dotcodotyou.kay...
>>> What code ends a program like END in VB?
>>
>> Nothing is required since this is a grown up language...
>> Ok ok, a little (?) catty, sorry.
>> But nothing is required.
>>
>> Mark Stanton
>> One small step for mankind...
>>
>>
>
>