I have a text file with a list of printer info.
IE:
Printername,ipaddress,location,drivername
I want to read each line into a multidimensional array so I can display the printer name and ip on one part of a HTA and the location and driver name on a different part. I can read in one line and split them into a array but I need to add all at the same time and be able to use any info at anytime. I am having a hard time working with the multidimensional arrays. Any help would be great!! Thanks
IE:
Printername,ipaddress,location,drivername
I want to read each line into a multidimensional array so I can display the printer name and ip on one part of a HTA and the location and driver name on a different part. I can read in one line and split them into a array but I need to add all at the same time and be able to use any info at anytime. I am having a hard time working with the multidimensional arrays. Any help would be great!! Thanks