Is it ossible to store a multiple dimenaional array as a global variable.
Basically have an Active X scipt task that uses VBscript to ceate an array with 2 dimensions.
I want to store this Array so that it is avialable to other steps in the package.
I want to do something like;
DTSGlobalVariables("GlobalArray") = myArray
Is that possible???
Basically have an Active X scipt task that uses VBscript to ceate an array with 2 dimensions.
I want to store this Array so that it is avialable to other steps in the package.
I want to do something like;
DTSGlobalVariables("GlobalArray") = myArray
Is that possible???