Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 113,108 times

Contents

Related Categories

Select Case statement - Introduction

Introduction

The Select Case statement is an alternative to the If...Then...Else statement. It also makes code easier to read especially when testing lots of different conditions. It also makes the code more efficient.

James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.

Comments