Jump to content

replace text


Recommended Posts

i replaced the text in this text file, everythings works correct exept this.

it write the word that needed to be repleaced on the last line double.

#include <File.au3>
$replace = "aap"
$filename = "C:\1.txt"
$retval = _ReplaceStringInFile($filename, "aaapie", $replace)
FileWrite($filename, $replace)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...