|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 9:31 AM
Points: 65,
Visits: 443
|
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Thursday, December 06, 2012 4:37 PM
Points: 56,
Visits: 60
|
|
What's the reasoning behind using the IF... GOTO Next; instead of using a Case statement? I'm assuming the Case would execute faster, but regardless, I think it would be easier to follow. I learned way back in 1981 in computer class, working on a statistics program for the football team, (written in BASIC) that the GOTO statement easily lead to nightmarish code, and that they are generally very easy to avoid, as in this case.
|
|
|
|