Op Monday 13 Jan 2014 07:42 CET schreef Bert Barbe:
> I think what happens is the following:
>
> "Using declare limits the scope of the variable." Since the source
> of b happens inside the function includeFile, the declare of
> testVariable happens inside that function, and it's scope is limited
I think what happens is the following:
"Using declare limits the scope of the variable."
Since the source of b happens inside the function includeFile, the
declare of testVariable happens inside that function, and it's scope is
limited to that function.
Kind regards,
Bert
On 01/12/2014 01:31