Hi Fols
I have a variable that holds an actual globals variable name:
myVar = ‘globals.mysetting’
I need to use this variable (myVar) to actuially set the global to a value so something like myVar = 1
Cant figure out the syntax to use for this if its possible??
Feedback appreciated.