S
Stuart Clarke
Hi all,
I have a quick brain teaser. I have an array full of data broken down
into indivdual entries. I running a simple if statement to check for an
entry in the array, if my if statement finds that entry its prints out
that entry. I want to add an extra step into this so, when my if
statement finds an entry, I want it to look at the next entry and check
for something else, if it finds that, I want to look at the next entry
and check for something else, if it finds all of the three entries in a
row, it prints out "You have found what you want"
Any ideas?
Thanks in advance
I have a quick brain teaser. I have an array full of data broken down
into indivdual entries. I running a simple if statement to check for an
entry in the array, if my if statement finds that entry its prints out
that entry. I want to add an extra step into this so, when my if
statement finds an entry, I want it to look at the next entry and check
for something else, if it finds that, I want to look at the next entry
and check for something else, if it finds all of the three entries in a
row, it prints out "You have found what you want"
Any ideas?
Thanks in advance