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.
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](http://aut1.autoit-cdn.com/forum/public/style_emoticons/default/tongue.png)