Searching and displaying results in a multi-dimensional array.
Scotty Steven
Ranch Hand
Joined: Jan 27, 2012
Posts: 67
posted
0
I'm working on a two column array search utility, but I'm stuck on a couple of matters.
1. I want to insure that the utility only searches the first column of the array and ignores the second.
2. When it does find the word in the first column, I want it to display the second column on line 109.
I've got the majority of it written, but like I said, I'm stuck. Help is always appreciated.