O
Overburn
I have a long procedure that i would like to have run on its own thread, but
the procedure requires a variable that I would pass to it.. I would like to
avoid using a global variable. Can someone show me how to pass a variable
through a threaded function.
the procedure requires a variable that I would pass to it.. I would like to
avoid using a global variable. Can someone show me how to pass a variable
through a threaded function.