Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to loop through a data table in VBScript and haven't been able to find any examples.
We can use the table below for an example.
Thanks in advance for your help.
Sales:
LOAD * INLINE [
PROFCTR, CUST, Sales
1000, CUSTA, 100
1000, CUSTB, 50
1000, CUSTC, 150
1010, CUSTD, 200
1010, CUSTE, 250
1000, CUSTF, 250
1010, CUSTF, 50
];