Jump to content

Recommended Posts

Posted (edited)

Here is my function that adds 3 lines of text to each file:

Func ProcessFile($name)

$text = FileRead($name,1)

$text = $text & $bright & $contrast & $lastline

$name_out = $name

FileWrite($name_out, $text)

EndFunc ;==>ProcessFile

The problem is that an ! character is being added to the start of the first line of added text.

Help?

Edited by rossnixon

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
×
×
  • Create New...