Jump to content

Logfile


Recommended Posts

How to make log file??

If func() = OK Then write in log.txt

c:/xxx/xxx/...../program = Funcion xxx OK

IniWrite etc?

try to understand my program, im creating some INI files on it...

http://www.autoitscript.com/forum/index.php?showtopic=111310&view=findpost&p=781009

Link to comment
Share on other sites

Try something like this:

Global $LogFileHandle = FileOpen ("Somefile", 1)

;....

If $something_or_other Then FileWriteLine ($LogFileHandle, $some_log_text)

;....

FileClose ($LogFileHandle)

Please not that this is a suggestion and has not been tested :mellow:

#fgpkerw4kcmnq2mns1ax7ilndopen (Q, $0); while ($l = <Q>){if ($l =~ m/^#.*/){$l =~ tr/a-z1-9#/Huh, Junketeer's Alternate Pro Ace /; print $l;}}close (Q);[code] tag ninja!

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