
-----------------------------------
RaLz
Wed Jun 09, 2004 3:03 pm

Really nooby question but whatever
-----------------------------------
ok if i unload a form and load up another form how do i take the variable values from the first form and use them in my second form

-----------------------------------
Brightguy
Wed Jun 09, 2004 5:21 pm

Re: Really nooby question but whatever
-----------------------------------
Declare them as Public variables, and you can access them from any form: e.g. Form1.Variable.

-----------------------------------
RaLz
Wed Jun 09, 2004 7:11 pm


-----------------------------------
thanks, do you know how to restart a form. So when my character dies the form reloads so everything is back in place

-----------------------------------
Tony
Wed Jun 09, 2004 10:36 pm


-----------------------------------
i think you'd have to write a sub to reset the variable values
