Having trouble editing some old code from earlier Wick Editor.
Variable1.setText (VariableA)
where VariableA was defined in the first frame no longer works. I am guessing that I can no longer define global variable by using:
VariableA = 55;
and then have it accessible from any frame. So what do I need to do?