★ wanayoo — archive 1999 http://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/JavaArray/toStringNouvelle recherche | Portail wanayoo

Mozilla.com

toString

Summary

Returns a string representation of the JavaArray.

Method of JavaArray
Implemented in: JavaScript 1.1, NES 2.0

Parameters

None.

Description

Calls the method java.lang.Object.toString, which returns the value of the following expression:

JavaArray.getClass().getName() + '@' +
     java.lang.Integer.toHexString(JavaArray.hashCode())

Backward Compatibility

JavaScript 1.3 and earlier

The toString method is inherited from the Object object and returns the following value:

[object JavaArray]
Languages

Page last modified 18:12, 17 May 2006 by Mgjbot

Tags:

Files (0)