image\cslogo3d1.gif

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 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.