Displaying 1 result from an estimated 1 matches for "77301bbd".
2006 Jun 19
5
Global Count Variable
I would like to set up a global variable to count how many times a
specific method is executed, but I would like the variable to keep
counting regardless of sessions, restarting the app, etc. Is this
possible?
Or... I could just do a simple read/write to a text file on the server,
but I''m not finding any good tutorials or examples about simple text
i/o... any suggestions?
Thanks!