Hi wonder if anyone can help me with this. I have a csv file which contains a list of prtinters and the corrosponding machine name. I have the script pull the text out into a string array (correct term?) and then have it assign the printers
printer 1 = arrstr(1)
printer 2 = arrstr(2)
etc etc
What i'm looking or hoping to do is to is not have to define each printer rather the script assigns Printer# to each valid array String. Hope I managed to explain that clearly enough.
thanks in advance.
printer 1 = arrstr(1)
printer 2 = arrstr(2)
etc etc
What i'm looking or hoping to do is to is not have to define each printer rather the script assigns Printer# to each valid array String. Hope I managed to explain that clearly enough.
thanks in advance.