|
|
|
|
|
You can surround code fragments with a condition, structure, etc. Simply select the "Surround with" option in the code editor. To insert several existing lines of code into a condition, a loop or a variable: - In the code editor, select the desired lines of code.
- On the "Code" tab, in the "Edit" group, expand "Surround with" and select the type of construct to be used to surround the code with:
- Condition of the following types: IF ... THEN, IF ... THEN ... ELSE, SWITCH, etc.
- Loop statements: FOR, FOR ALL, LOOP, etc.
- Variable type: Structure, composite variable, multilingual string.
Note: You can also select "Surround with" in the context menu of the code editor. - The code is immediately surrounded with the statements or conditions.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|