Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
All Objects
Array Object
METHOD: Array::concat
Array.
concat
(arrayName2, arrayName3, ..., arrayNameN)
The
concat
method joins two or more
Array
objects producing one new one. The original
Array
objects are unaffected by this but, if one copy of a string or number is altered, it is not reflected in the other, whereas a change to a referenced object can be seen in both
Array
objects. The following example adds the elements of the array 'cars' onto the array 'trees' on to the 'Cats' array:
Code:
Cats.concat(trees, cars)
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information