History |
Text (statistics events)
Purpose
Returns each of the fields of the event.
These fields vary in number depending on the event and are documented with server statistics.
Syntax
StatEvent.Text [(FieldNumber)]
Example
Debug "The third field is " & theStatEvent.Text(2)
| ||||