My question this time, is a simple biscuit one.
I have a selection of radio buttons each onClick loading a function that has a number of preset values.
Anyway, every time that I click this and it loads the new function, is that refreshing all the variables from before?
I have about 10 different functions with the EXACT same variables only different values for them, and what I'm asking is say in one the total is 10 well I click on another where the value is 30, does the 10 then become 30 or does something funky happen with it?
Thanks.
I have a selection of radio buttons each onClick loading a function that has a number of preset values.
Anyway, every time that I click this and it loads the new function, is that refreshing all the variables from before?
I have about 10 different functions with the EXACT same variables only different values for them, and what I'm asking is say in one the total is 10 well I click on another where the value is 30, does the 10 then become 30 or does something funky happen with it?
Thanks.