khooc
asked on
Reading INI file array in DTS
I've got an INI file with data similar to the following:
[group]
table[0]=tblcalls
table[1]=tblaccepted
table[2]=tblrejected
...
I need to be able to read this through DTS, and at times the number of items in the array will change. Does anyone know how to do this?
[group]
table[0]=tblcalls
table[1]=tblaccepted
table[2]=tblrejected
...
I need to be able to read this through DTS, and at times the number of items in the array will change. Does anyone know how to do this?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
oh well, time to hit the script!