Here's a piece of code that works in v1:
Var1 := "Example"
%Var1%Variable := "Concatenated Variable"
MsgBox % ExampleVariable
This syntax however seems to be removed from v2. Is there any way I can do this in v2?
Here's a piece of code that works in v1:
Var1 := "Example"
%Var1%Variable := "Concatenated Variable"
MsgBox % ExampleVariable
This syntax however seems to be removed from v2. Is there any way I can do this in v2?