I am trying to create some variables dynamically from a textbox or xml-script. So far I am making a program to create scripts for the server application. In that script I want to use variables which you can create in a form by entering a name and the type and maybe the scope.
So, if I enter Counter as an Int it has to create a variable called Counter.
Like: int Counter = 0;