Previous PageNext Page

7.14.2 item Method

Returns the current item in the collection.
 

Syntax

myEnum.item()

Parameters

myEnum
Any Enumerator object.

Return Value

The item method returns the current item. If the collection is empty or if the current item is undefined, item returns undefined.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page