Getting variables into a method in a thread

  • Thread starter Thread starter Derek Martin
  • Start date Start date
D

Derek Martin

Quick one...I can't do this can I:

t = New Thread(AddressOf personlist.time_returnpunches(param1, param2,
param3))
??

If not, how do I get params into the method???

Thanks!
Derek
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top