Computer Science Canada Really nooby question but whatever |
Author: | RaLz [ Wed Jun 09, 2004 3:03 pm ] |
Post subject: | 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 |
Author: | Brightguy [ Wed Jun 09, 2004 5:21 pm ] |
Post subject: | Re: Really nooby question but whatever |
Declare them as Public variables, and you can access them from any form: e.g. Form1.Variable. |
Author: | RaLz [ Wed Jun 09, 2004 7:11 pm ] |
Post subject: | |
thanks, do you know how to restart a form. So when my character dies the form reloads so everything is back in place |
Author: | Tony [ Wed Jun 09, 2004 10:36 pm ] |
Post subject: | |
i think you'd have to write a sub to reset the variable values |