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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jiknik
  • Content: Threads
  • Order by date
  1. jiknik

    Array elements in an array

    I have an array and i want something to happen if any two elements of the array are equal: why is this not working var jodoo=new Array(9) for (i=1; i<9; i++){ jodoo[i]=Math.round((Math.random()*300)-1); } if (((jodoo[i])==(jodoo[i]))){...

Part and Inventory Search

Back
Top