Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Way of finding numeric number of array slot?

Status
Not open for further replies.

Jonnn

Programmer
Nov 17, 2004
135
GB
say for instance i have an array ...

Code:
var my_array = new Array()
my_array[[COLOR=red]0[/color]] = "apple";
my_array[[COLOR=red]1[/color]] = "banana";

is there a way of finding the array slot number?

ive tried ...

my_array[0].name

without much luck.

Any help would be appreciated

- Jon

JavaScript Beginner at work :)
 
Sorry, ignore this post ... uh silly me

JavaScript Beginner at work :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top