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)]
FieldNumber |
The field number you want returned. Omitting this value returns the entire text. |
Example
Debug "The third field is " & theStatEvent.Text(2)
|