Yes there are breaks, sorry, I omitted that in my email. ----- Original Message ----- From: [EMAIL PROTECTED] To: RBASE-L Mailing List 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 > > >

