Pro Programmer: IIF and Switch Functions

Tuesday, August 14, 2012

IIF and Switch Functions

IIF Function returns one of two values depending on whether the expression is true or false.

The Switch Function is useful when you have three or more conditions to test. It returns the value associated with the first expression in a series that evaluates to true.

No comments:

Post a Comment