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 IamaSherpa 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: *

  1. claud7

    Must I use nested for loops to extract information from mult. arrays?

    A while ago I wrote an awk program and I swear that the only way to extract information from multiple arrays with the same set of indices was to use nested for loops: for (title in array1) for (title2 in array2) if (title=title2) .... sort of thing.. Now, it seems to be working if I...

Part and Inventory Search

Back
Top