|
|
|
|
|
You want to include your code lines in a condition, in a structure, ... Nothing's easier, all you have to do is select "Include in" 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 code that must enclose the selected lines:
- Conditions such as IF ... THEN, IF ... THEN ... ELSE, SWITCH, ...
- Loop statements: FOR, FOR EACH, LOOP, ...
- Type of variable: Structure, Composite variable, Multiline string.
Remark: You can also select "Surround with" in the context menu of the code editor.
- The code is immediately included between the statements or conditions.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|