Jump to content

exclamation character prepended to output


 Share

Recommended Posts

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
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...