Threads are initialized and started asynchronously, so it is wise to give the operating system a small amount of time to perform thread initialization before using the THREADCOUNT function to monitor the thread.
Is there a function that checks and tells if started? (my best guess is Thread STATUS)
I have also been looking at how to pass parameters, but all I can find (both PB and API) is that creating a thread takes only 1 and ONLY 1 parameter, so other ideas have to come into play (and GLOBALS are not an option, unless I misread the whole idea of "Context Switching"???)
Comment