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 Mike Lewis 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: h0vis
  • Order by date
  1. h0vis

    Multidimensional array help

    Hi, I'm emulating a multidimensional array in awk and getting strange results from the length(arrayname) command. What am I doing wrong? How do I fix it? Here's my test code: BEGIN { TABLE["cfg",0]="0" TABLE["cfg",1]="1" TABLE["cfg",2]="2" TABLE["cfg",3]="3" TABLE["cfg",4]="4"...

Part and Inventory Search

Back
Top