Link to home
Start Free TrialLog in
Avatar of 1500orion
1500orion

asked on

VBScript - Concatenate Mulltiple Lines

I am looking for a way to string data together based on line counts with VBScript.  Every 8 lines should be concatenated into one line.  There is no unique delimiter in the data; just grab every 8 lines and concatenate into a single line.  Something like:

for i = 1 to 8 (where these would dynamically change, next loop through 9 to 17, etc).  

Thanks.
Avatar of kaufmed
kaufmed
Flag of United States of America image

Where does the data come from? An existing string variable? Read from a file?
Avatar of 1500orion
1500orion

ASKER

This would come from a read of a text file.
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

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