Hello everyone ,
I have some questions about the REframework to understand it properly, (I am beginner) I would like to understand about Global Variable what means this sentence in the REframework documentation. “It is important to understand where each variable is written and where it is read.” Could someone explain what exactly mean by “is written” and “is read”
The global variables are those variables whose scope is the main program, or main workflow. They can be found in the main.xaml workflow file, by first clicking anywhere inside the main state machine and then clicking the variables pane. Table 2 is a list of the project’s global variables.
These are used to store information that will be available throughout the runtime of the process. It is important to understand where each variable is written and where it is read.
Thank you in advance for your help!