Re: Creating array variable names on the fly

2009-08-28 Thread ANJAN PURKAYASTHA
Thanks for your feedback guys. I think I have enough material to start coding. Cheers! Anjan On Fri, Aug 28, 2009 at 9:32 AM, Steve Bertrand wrote: > Jenda Krynicky wrote: > > From: ANJAN PURKAYASTHA > >> Hi, > >> I have a question on creating array variables. I have a driver script > that > >

Re: Creating array variable names on the fly

2009-08-28 Thread Steve Bertrand
Jenda Krynicky wrote: > From: ANJAN PURKAYASTHA >> Hi, >> I have a question on creating array variables. I have a driver script that >> takes as input the number of files to be processed (say 7). One of the >> children scripts needs to create array variables based on how many files are >> being

Re: Creating array variable names on the fly

2009-08-28 Thread Shawn H. Corey
ANJAN PURKAYASTHA wrote: Hi, I have a question on creating array variables. I have a driver script that takes as input the number of files to be processed (say 7). One of the children scripts needs to create array variables based on how many files are being processed (in this case 7). How do I

Re: Creating array variable names on the fly

2009-08-28 Thread Jenda Krynicky
From: ANJAN PURKAYASTHA > Hi, > I have a question on creating array variables. I have a driver script that > takes as input the number of files to be processed (say 7). One of the > children scripts needs to create array variables based on how many files are > being processed (in this case 7).

Re: Creating array variable names on the fly

2009-08-28 Thread Steve Bertrand
ANJAN PURKAYASTHA wrote: > Hi, > I have a question on creating array variables. I have a driver script that > takes as input the number of files to be processed (say 7). One of the > children scripts needs to create array variables based on how many files are > being processed (in this case 7).

Creating array variable names on the fly

2009-08-28 Thread ANJAN PURKAYASTHA
Hi, I have a question on creating array variables. I have a driver script that takes as input the number of files to be processed (say 7). One of the children scripts needs to create array variables based on how many files are being processed (in this case 7). How do I code the following action