say i want to start a thread from a class called needinfo

but i need to pass on some information(a string) to the thread for it to work properly how do i get the info to the thread? i can do normal threads but when i start trying to pass information to the thread i get stuck and don't know what to do. Thanks for your help!