Hello!
I have a text file containing FOLLOWING
john: 1234569
ana: 55366696
Johanson: 2536
and I want to open it and make it look like this with - $file = FileOpen(@TempDir & "\test.txt", 0):
(file will have more lines)
john : 1234569
ana : 55366696
Johanson : 2536
how can I do that with AUTOIT?
Thanks in advance!
I have a text file containing FOLLOWING
john: 1234569
ana: 55366696
Johanson: 2536
and I want to open it and make it look like this with - $file = FileOpen(@TempDir & "\test.txt", 0):
(file will have more lines)
john : 1234569
ana : 55366696
Johanson : 2536
how can I do that with AUTOIT?
Thanks in advance!