06-01-2003, 09:41 PM
is there a way to define a bunch of variables in a seperate variable sheet (macro) with 'sub-global' variables ?
i am working on a recent file function which reads from the registry
and the paths to the keys are really long and there will be also much variables ...
so i would like to put them in an extra sheet.
i could use str+ a= "something" but then a is a global variable.
some kind of include like in php would be nice.
thanks from a novice
8)
i am working on a recent file function which reads from the registry
and the paths to the keys are really long and there will be also much variables ...
so i would like to put them in an extra sheet.
i could use str+ a= "something" but then a is a global variable.
some kind of include like in php would be nice.
thanks from a novice
8)