Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

put text files in html table

$
0
0
Hi all,
I'm new with autoit and I trying to do a script that read from 3 txt files and put all rows in a html file as a table

for example:

file1.txt have this data

row 1
row 2
row 3
row 4
...
row n

file2.txt have this data:

row 1b
row 2b
row 3b
row 4b
....
row nb

file3.txt have this data:

row 1c
row 2c
row 3c
row 4c
....
row nc


my question is if is possible in autoit to put this 3 files in a final.html file in a table like this:

row 1   row 1b    row 1c
row 2    row 2b   row 2c
row 3    row 3b    row 3c
row 4    row 4b    row 4c
... ..... .......
row n    row nb   row nc

Can somebody help with this script? I'know how to read the files but I don't know how to join all together in a table
Tnx for your precious help and sorry for my bad english. :P

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>