Jump to content

Recommended Posts

Posted

For example, for the Windows Event Log. Let's say it's real-time updated (even though it's not), and I want to record all the error events. How should I do this since the index is dynamically updated?

post-40462-1222800784_thumb.png

Posted

For example, for the Windows Event Log. Let's say it's real-time updated (even though it's not), and I want to record all the error events. How should I do this since the index is dynamically updated?

Write all error events in an array. Read out error events periodic and compare the count of errors with ubound of error-array.

i.e. is ubound = 5 and count total = 8 then you must add the three error events with lowest index into the array.

Best Regards BugFix  

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