Jump to content

FileWriteLog - write an empty line


Recommended Posts

I am writing a script, and an important part is that it makes a log of values of variables.

I have this:

_FileWriteLog($logDir & "\importGraphics.txt", $currentFile)

The next part is to write to this log the pathnames of all graphics. I must have a new line after the current file pathname and after each FileWriteLog command.

How do I do that? I tried

_FileWriteLog($logDir & "\importGraphics.txt", $currentFile & {ENTER})

and

_FileWriteLog($logDir & "\importGraphics.txt", $currentFile & "\n")

but neither worked.

Ideas?

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