| |
anuccite
Posts: 4
Score: 0
Joined: 8/17/2001
From:
Status: offline
|
Hi, I am looking to Extract one column from a row with VBScript My CSV file would look like this, <MachineName>, <Username>, <datescanned>, <size>, <location> <MachineName>, <Username>, <datescanned>, <size>, <location> I would like to be able to extract just the <datescanned> for a <machinename> I request I am sure it's a Readline command using some instr or Mid, But I can put my hands around it Thanks in advance
|
|