Servertec arrayCopy( )
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
Array
Config
Context
Cookie
Date
Enumeration
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
RequestDispatcher
Response
Session
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
args( )
arrayCopy( )
call( )
cgi( )
currentTimeMillis( )
cwd( )
destroy( )
env( )
err( )
exec( )
exit( )
exitValue( )
freeMemory( )
gc( )
getErrorStream( )
getInputStream( )
getOutputStream( )
getProperties( )
getProperty( )
getRuntime( )
getSecurity
Manager( )

in( )
inputFile( )
load( )
loadLibrary( )
make
out( )
outputFile( )
runFinalization( )
setErr( )
setIn( )
setOut( )
setProperties( )
setSecurity
Manager( )

stderr( )
stdin( )
stdout( )
totalMemory( )
waitFor( )

Vector

Wrappers
Servlet
Server Pages
Preprocessor
Executable
Samples
Legal
Contact Us

 

Copies the specified number of array elements from the specified source array at the given starting position to the named destination array starting at the specified position.

Syntax

    arrayCopy( srcArray , srcOffset , dstArray , dstOffset , length )

Parameters

    srcArray the array object to copy.
    srcOffset the starting offset into the source array object.
    dstArray the array object to copy to.
    dstOffset the starting offset into the destination array object.
    length the number of array elements to copy.

Returns

    nothing

Example

    arrayCopy( srcAarray, 0, dstArray, 0, len )
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:08 EDT 2005