Servertec   nextElement( )
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Wrappers
Servlet
Server Side
Preprocessor
Executable
Samples
Sales
Legal
Feedback

 


Returns the next element of the specified enumeration object.

Syntax

    nextElement( enumeration )
    enumeration.nextElement( )

Parameters

    enumeration the enumeration object to use.

Returns

    object the next element in the given enumeration object.

Example

    obj = enum.nextElement( )
    
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:19:03 EST 1999