You can do just about anything within a While as long as you don't try to 
"jump" out without terminating the While in some (determined and orderly) 
fashion...

The OS is inside a big While loop....

----- Original Message ----- 
From: "Dan Goldberg" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Wednesday, August 14, 2013 6:46 PM
Subject: [RBASE-L] - Re: using goto statement in while loops


: Thanks for the info. How about if-then statements? Does that apply as 
well?
:
: if something = true then
:    goto lblname
: endif
:
: label lblname
:
: Dan
:
: -----Original Message----- 
: From: Mike Byerley
: Sent: Wednesday, August 14, 2013 3:35 PM
: To: RBASE-L Mailing List
: Subject: [RBASE-L] - Re: using goto statement in while loops
:
: As long as the GoTo LabelName is inside the While Endwh
:
:
: ----- Original Message ----- 
: From: "Dan Goldberg" <[email protected]>
: To: "RBASE-L Mailing List" <[email protected]>
: Sent: Wednesday, August 14, 2013 6:18 PM
: Subject: [RBASE-L] - using goto statement in while loops
:
:
: Is it okay to use goto statements inside of while loops?
:
: The reason I am asking is I am having one inside a form eep which kills 
the
: eep when it runs that line.
:
:
: Dan Goldberg
:
: 


Reply via email to