Timothy Soehnlin wrote:
> I am working on an ongoing project, and recently
> merged all the different segments of the request into a
> single variable. To propogate that variable,across function
> calls, and imported modules, I had to pass it as a variable
> to each function. As is visible, th
Hello all,
I am working on an ongoing project, and recently merged all the
different segments of the request into a single variable. To propogate that
variable,across function calls, and imported modules, I had to pass it as a
variable to each function. As is visible, this is a very re