| Name | GetLineCount |
|---|---|
| Type | Method |
| Summary | Gets count of lines received |
| Prototype | long GetLineCount(); |
| Description | This returns the number of lines received by this world. However, see GetLinesInBufferCount for the number of lines currently in the output buffer, which might be different. |
| VBscript example | |
| Jscript example | |
| PerlScript example | |
| Returns | The number of lines received by this world. |
See also ...