Jump to content

Recommended Posts

Posted

would writing to a .au3 file work the same as writing to a text file?

or would i have to do something like this?

_FileCreate ( file.txt )
FileOpen ( file.txt )
FileWrite ( "text" )
FileClose ( file.txt )
FileMove ( file.txt, file.au3 ); rename the file from file.txt to file.au3, converting it to a .au3 file

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

Posted (edited)

My estimation is that it would work the same...au3 files are txt files with different extension.... So use the classic FileWrite() and FileWriteLine()...

BTW:

"The .au3 file included is the source, and can be opened with any text editor.

"

You said that on your own,in your sig....

C ya

Edited by hgeras
Posted

thanks!

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

Posted

BTW:

"The .au3 file included is the source, and can be opened with any text editor.

"

You said that on your own,in your sig....

C ya

<{POST_SNAPBACK}>

haha yeah :whistle: well thanks!

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

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...