While waiting for the experts to chime in --
I changed the embedded switch/endsw to a series of if statements and now I
got the results I was looking for.
But I am still curious about switch within switch, should it work? has
anyone used that technique?
Bernie Lis
----- Original Message -----
From: "MikeB" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Monday, August 25, 2008 11:16 PM
Subject: [RBASE-L] - Re: Switch within Switch
Ken,
I am sure that wasn't real code, but pseudo code.
Having said that, Bernie should post the real stuff so an actual answer
might be advanced. Precious few brain cells I have left, I won't give any
of them up to either of the conventions.
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Monday, August 25, 2008 11:08 PM
Subject: [RBASE-L] - Re: Switch within Switch
Do you have a Break after section. I haven't tried this, but without a
break won't the default block be executed?
Regards, Ken
----- Original Message -----
From: Bernard Lis
Date: Monday, August 25, 2008 10:12 pm
Subject: [RBASE-L] - Switch within Switch
To: [email protected] (RBASE-L Mailing List)
Can you program and watch the democratic convention at the same time?
I am having a problem that I think is losing the switch variable
if I have a
switch within a switch, i.e.:
Switch .A
case
Switch .B
case
default
endsw
case
default
endsw
Is this legal?
I seem to be losing the value of A
Bernie Lis