Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript String Object concat Method

Returns a String object containing the concatenation of two supplied strings.

Syntax: JScript String Object concat Method

string1.concat(string2)

Arguments: JScript String Object concat Method

string1

The String object or literal to concatenate with string2. Required.

string2

A String object or literal to concatenate to the end of string1. Required.

Remarks: JScript String Object concat Method

The result of the concat method is equivalent to: result = string1 + string2.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.