Hi Guys ,
I have a small app that copies data from .txt files to external 3rd party app hosted on citrix.
The issue is that sometimes some users when pasting experience character abnormalities:
coma, dash and bulets for example are changed to symbols like : –
How can i avoid that when AutoIt opens the txt file and reads the data ?
I am using FileOpen($filepath,0) and FileRead($file) then clipput , clipget and Send("^v")