ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Full syntax Hide the details
Marks the beginning of statement block.
Comparison variable (any type).
Different comparison cases.
Value that must be compared to the comparison variable (same type as the comparison variable).
Action to perform if the corresponding expression is equal to the comparison variable. Once this action has been performed, the process continues after the END keyword.
Action to perform if the comparison variable is equal to no expression (optional).
Marks the end of statement block.
Simplified syntax for an integer value of consecutive values Hide the details
Value returned by SWITCH
Returned value. Returns <Result 1> if <Value> is set to 1, <Result 2> if <Value> is set to 2, ...
Used to process the case when no result corresponds to the value. A WLanguage error occurs if this case is not processed.
Value returned if no result corresponds to the value.
Exiting from a SWITCH statement
SWITCH with test on a condition
OR keyword
OTHER CASE keyword
Last update: 09/22/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: