Add Do CASE Statement to Agile
1668
Views
4
Comments
Implemented
Service Studio
OutSystems 2.2

As a developer I would love to have the "DO CASE" Statement added to the Agile Platform, so We can have a more effective control stucture:

DO CASE
     CASE <lCondition1>
        <statements>...
     [CASE <lCondition2>]
        <statements>...
     [OTHERWISE]
        <statements>...
     END[CASE]


This is the SWITCH statement, isn't it?
Hi Gary,

As Matthias explained, you can use a Switch  for it as below:



Ahhh... Ok, thanks
Already Done.