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

 

JScript String Object charCodeAt Method

Returns the Unicode encoding of the specified character.

Syntax: JScript String Object charCodeAt Method

stringObj.charCodeAt(index)

Arguments: JScript String Object charCodeAt Method

stringObj

The name of a String object.

index

The zero-based index of the specified character. Required.

Remarks: JScript String Object charCodeAt Method

If there is no character at the specified index, NaN is returned.

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