Jump to content

Yet another request for help


Rejectedz
 Share

Recommended Posts

#include <file.au3>
$data = '' ;Data that you want to write to the file
$file = 'C:\file.txt' ;file to save data too
$fhand = FileOpen($file_name,10) ;Mode 10 for create and overwrite without append
FileWrite($fhand,$data) ;used to write the data to the file handle
FileClose($fhnad) ;closes the file handle

Noobs that can't read the help file are annoying...

Use the helpfile so we don't have reasons to rag on you...

and to think that was all of the top of my head, but see the helpfile taught me this...

Edited by DBak

[center][/center]

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