That's like saying that Mercury's are being replaced by Ford's.....same 
difference

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Brutzman
Sent: Thursday, April 19, 2012 5:42 PM
To: U2 Users List
Subject: Re: [U2] Case Statement with only two cases... or for that matter... 
one case

The initial example was close to a good start... something like...

        If XX then gosub YY  else  gosub ZZ

Replaced by

        Begin case
                           Case XX  ;  gosub YY
                   Case 1     ;  gosub ZZ
        End   case

Except that now... note that readability is enhanced by [1] indenting... so as 
to align text.... and [2] using mixed-case and camelCase typography.

--Bill
 
-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Thursday, April 19, 2012 5:33 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Case Statement with only two cases... or for that matter... 
one case

Give an example of, with what you would replace the If Then Else


_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to