Servertec   nextElement( )
Content
Introduction
Release Notes
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Cookie
Date
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
Response
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
Vector

Wrappers
Servlet
Server Side
Preprocessor
Executable
Samples
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-1998 Servertec. All rights reserved.
Last Modified: Tue Oct 20 16:01:39 EDT 1998