hi,
............code.................
function()
{
//some instruction are sent to some server
//There is
thread which is continuosly running at background
//to read the response from the server .
//then in thread some variable are reset.
}
reset_var;
-----------------------
here i want to ask ,that the task which is being performed in thread
i want to get into reset_var, which being set in thread.
So here the query is whether instrunction reset_var,which immediatly
follows the function block, would get the updated value or not.
if not then please suggest any way how to cope with such prob.
regards sachindra