Posts Tagged ‘default clause’

The DEFAULT Clause

Tuesday, March 25th, 2008

When yo use a switch statement you need to specify the individual values that you are testing the field for. The default clause allows you to provide processing for all of those values not specifically catered for.

The DEFAULT Clause