Hi all,
I am stuck at a very basic problem.
I had a quite big function which I broke into 3 parts to make is more specific. Now, there is a part of the code which assigns values to most of the variables...
when I execute the program, I am getting the context error..
Is there any way I can make the variables accessible to all the functions..
if I just declare the variables before the function definitions.. it would resolve the above error.. but will the variables be bale to contain values from all these functions..
Regards,
abhi