In my application I have several variables that I would like to present in a label, according to the text of another label, which is randomly changed during operation.
As there are many, I would like to build the name of this variable from the text presented, instead of using a huge sequence of If statements.
Ok, but can you show me how to apply the text returned in the get.variable block, when Lable1.Text is one of the 3 available variables names (Data1, Data2 or Data3), as my example?