|
Web+ Tutorial
|
Lesson 4.2 - Conditional Execution (webSelectCase...webCase...webCaseElse)
- Description
- Evaluates one of several statement blocks based on the value of an expression.
- Syntax
<webSelectCase #testexpression#></webSelectCase>
- Agument
- /tutorial/argument/arg15.wml
- Example
<webSelectCase #choice#><webCase "1"><webCase "2"><webCase "3"><webCaseElse> </webSelectCase>
- Exercise
-
You can try out some Web+ code of your own here.
|
|