Alok_Arora Posted July 9, 2020 Posted July 9, 2020 (edited) Hello Sir, While searching for the solution to my problem, I have just gone through some of your old post. My name is Alok Arora Email id is *snip* I am writing a code to store logs for each script I run. This I did by using FileWriteLog function and it is successfully storing logs in txt file. Now, I have to work on to read the log file and if any script has been mistakenly clicked twice in a day script will pop up a message that task already done for the day by verifying entries in the log file. I have the logic for it.. I mean a variable will read the log file and will search for the entry and will perform action if entry found or not. I believe for reading the file I can write a code like $i =fileread("logfile.txt") Now I am stuck on how to compare the log entry in log file. Can you please help me in this? Edited July 9, 2020 by Jos
Developers Jos Posted July 9, 2020 Developers Posted July 9, 2020 (edited) @Alok_Arora, Seems your memory isn't very good or are you simply ignoring me? We will help you when you simply provide your script that isn't working so we can understand what you are trying and where it is failing. Post another post like this, and I will simply ban the account. Just as a reminder: Sending unsolicited PM's is also against our forum rules! Jos Edited July 9, 2020 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Zedna Posted July 9, 2020 Posted July 9, 2020 Post content of few rows from your LOG file ... Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now