Yeah I read it but I am not sure I follow as well.
Are you telling me that if CAT exists AT ALL, then it should ALWAYS return cat, otherwise return the name next to B, then E then F?
Or are you saying if B exists then use it, if B doesnt exist THEN look for CAT and if so then CAT otherwise look for E THEN F?
EDIT: Actually, yeah your example is completely different than your first example. Make a CLEAR example and explain the logic that needs to happen maybe like the example I gave below.
1) look for B
if B appears then give word next to B, if not go to 2)
2) look for CAT
3) look for E
4) look for F
ETC ETC ETC
Bookmarks