From: Stuart Clarke Date: 2008-11-12T07:29:09+09:00 Subject: Advanced arrays 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 -- Posted via http://www.ruby-forum.com/.