Link to home
Start Free TrialLog in
Avatar of elwayisgod
elwayisgodFlag for United States of America

asked on

VB Script - Need altered a bit

I have a vb script that looks for a number in some files.  However now I need it altered to look at column 3 of the files in the 'data_files_to_splice.txt' file.  I updated this file to point to Column 3.  However when I put the string around quotes in the array line, it doesn't return any rows.  I suspect that line needs tweaked?  Attached is the current script.
splice-years.vbs
SOLUTION
Avatar of AmazingTech
AmazingTech

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of elwayisgod

ASKER

Didn't work..  It's one field thus not sure...
Avatar of Bill Prew
Bill Prew

I think I would want to see the script before you changed it, and what the input file looks like.

~bp
Script just had  '2012', '2013' etc..  for array.  That's only change.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That new string to look for is in a different column which is ok as the text files controls it.... Nt really sure how to proceed......
Splitting points as it's dead question....Sorry.