hi
that work fine when you use static entrie in the array
the thing is iam using global array that collect data first byway of reading a spreadsheet (Spreadsheet::ParseExcel)
I have a function to do gather unique entries and put that data into lists.
Then i have a function to do counting the number of unique entries that gives me with new data to place in a global array.
Then i have a function in the script to go and write to a spread sheet by way of doing iterative loop on one specific array value that will keep a count on the number of rows to create.
I can only get the results from the first set of data in the global arrays that are used to populate the spreadsheet.
I dont know if i missing something in terms of how to use for loop and writing array
to spreadsheet,
I have used print statememnt to see what i should be getting it just wont go into the spreadsheeet.