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
world.note world.GetLineCount
Jscript example
world.note(world.GetLineCount());
PerlScript example
$world->note($world->GetLineCount());
Returns The number of lines received by this world.

See also ...