Only wanted to inherit a thread so I could create thread specific variables and procedures.
If I have a program that reads data from a huge array I'd like to pass off jobs to a thread along with an 'id' number which would reference part of the array and maybe some other information too.
Its the passing variables/parameters to a thread that I can't work out. I thought maybe you'd have to create your own class and inherit a thread but that appears impossible so there must be some way to pass this info over!
Thanks