Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Global Array

Status
Not open for further replies.

u104741

MIS
Aug 26, 2003
94
GB
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???
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top