History |
StatsEvent (statistics events)
Purpose
Returns the integer value representing the type of event. The possible values are documented with server statistics.
Syntax
StatEvent.StatsEvent
Example
If (theStatEvent.StatsEvent = 1016) Then Debug "A user was added"
| ||