Name GetMappingCount
Type Method
Summary Gets a count of the number of items in the auto-map sequence
Prototype long GetMappingCount();
Description Returns the number of items in the auto-map sequence. May be zero if no items are present.
VBscript example
world.note world.GetMappingCount
Jscript example
world.note(world.GetMappingCount);
PerlScript example
$world->note ($world->GetMappingCount);
Returns The number of items in the auto-map sequence. Will be zero if it is empty.

See also ...