Hi Johan,
p_web is an object, on the current thread.
new threads can take strings as parameters, not objects.
even if they could take objects, the object will go out of scope when this thread ends, even if the other thread is running.
so the question to you is - why do you want to pass p_web? What are you actually trying to do?
cheers
Bruce