Navigation:  Contents > Expressions >

StimulReport.Net User Manual

Print this Topic Previous pageReturn to chapter overviewNext page

Using variables from the dictionary

In expressions, you may use variables, created in the dictionary. For this, just specify the name of a variable in the expression. For example:

 

 

{MyVariable}

 

 

- instead of a variable name, its value will be used.

Notice. In the expression use names of variables only. Aliases cannot be used.

Variables can be used in calculations. For example:

 

Value = {MyVariable + 10}

 

 

- if the MyVariable variable is 15 then this expression will return the following string:

 

 

Value = 25

 

Important! If the programming language is C#, then the register of names of variables is to be considered. If the programming language is VB.Net, then the register of names of variables should not be considered.