I'm having some trouble when using ThreadFunc. Everything seems to work fine most of the time, but sometimes I get errors like these:
- Run-time error (whoonline_URL): Invalid Opcode
- Run-time error (whoonline_URL): Out Of Range
In that example, whoonline_URL is just a procedure that given a string calls GetURL. This is not the only thing that's causing errors, it seems that most of the procedures called in another thread tend to cause errors like those. It doesn't happen all of the time, though. But it gets annoying.
Is there anything I should know about thread that I don't know?