Jump to content

get an error


theguy0000
 Share

Recommended Posts

FileWriteLine ( $restart_aimanager, '; to first create the dynamic include file (stage1), and then completely restart the')

I get an error about this nice line right there ;)

ERROR: FileWriteLine() [built-in] called with wrong number of args.
FileWriteLine ( $restart_aimanager, '; to first create the dynamic include file (stage1), and then completely restart the')
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~^

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

  • Moderators

I had no errors when I tested it:

$restart_aimanager = FileOpen("C:\test.txt", 1)
FileWriteLine ( $restart_aimanager, '; to first create the dynamic include file (stage1), and then completely restart the')
FileClose($restart_aimanager)

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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