/build/static/layout/Breadcrumb_cap_w.png

Rewrite textfile vbscript

I have a textfile which contains data like this :

Record 1 
Record 2 
Desc 1 
Record 3 
Record 4 
Desc 1 
Desc 2 

I want to rewrite the textfile

Record 1 
Record 2 Desc 1 
Record 3 
Record 4 Desc 1 Desc 2 

how can I accomplish this?


0 Comments   [ + ] Show comments

Answers (1)

Posted by: Pressanykey 8 years ago
Red Belt
0
Hi,
if you know which descriptions (Desc n) belong to which Records, then you just read line for line, assigning the Descriptions to the Record(s) in question  (possibly a string array) and then write them out, each (string) array to a single line in your text file.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ