If I want to transfer var1 in form1 to form2 to be used in an alogrithm how do I do this?
I have tried importing the form and then using the variable - no success.
I have tried something to this effect form1.var1 - Get the error that var1 is not accessible due to it being private, yet var1 is declared and given a value in a public function.
Is there a general setting that I need to set to make variables global?
Any guidance would be of great help.
Many Thanks.