Subj : Re: returning arguments To : comp.programming.threads From : Torsten Robitzki Date : Tue Jun 28 2005 01:44 pm Huub wrote: > Is it possible to return more than 1 value from a thread? Sure, just use a struct to return what ever you want to. .