Hi Enaiman,
Thank you for your prompt reply. I have try to run to run that script, but I got the following error,
Subscript used with non-Array variable.:
For $i = 1 To $TTLarray[0]
For $i = 1 To $TTLarray^ ERROR
I try to search the remedy and found that removing the "[0]" works, but lead to other error as follow,
Array variable subscript badly formatted.:
ReDim $TTLvarArray[$aCounter][2]
ReDim $TTLvarArray[^ ERROR
It will be great if this script works in converting TTL to TXT ! I'm looking forward , thanks.