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 Chriss Miller 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: H100
  • Content: Threads
  • Order by date
  1. H100

    What Kind Of Array Is This?

    N00b question, sorry... I'm porting some Perl code to Java, and I came across code like this: $d['A3'] = 63.6; $d['B1'] = 34.6; $d['C4'] = 7.2; $d['B'] = 49.2; My first assumption was that this is something like a hashtable or associative array, where the value (for instance) of...

Part and Inventory Search

Back
Top