«C# code» module»

The «C# code» module is designed to use complex calculations that are not available in the Studio..

The module allows the use of Studio variables

Module interface

This module consists of two fields: «Variable» and «Code».

![Screenshot](img/CCode_1.png)

The «Variable» field.The field indicates the variable in which the result will be entered in.

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».

![Screenshot](img/CCode_2.png)