Files
Lexema-RPA_Studio_Docs_Eng/docs/CCode.md
2020-06-02 14:36:17 +05:00

12 lines
823 B
Markdown

# <H1 align="center">«C# code» module»</h1>
<p> The «C# code» module is designed to use complex calculations that are not available in the Studio..</p>
<p> The module allows the use of Studio variables</p>
## Module interface
<p> This module consists of two fields: «Variable» and «Code».
<H1 align="center">![Screenshot](img/CCode_1.png)</h1>
<p> The «Variable» field.The field indicates the variable in which the result will be entered in.
<p> The «Code» field. It is necessary to enter part of the code in the field in accordance with the C # language syntax without describing the libraries used, as if it were a function inside an existing project, which has one main condition - it must return something, that is, have the word «return».
<H1 align="center">![Screenshot](img/CCode_2.png)</h1>