in reply to same script, different results

Your results correct how?
exchangeB_groupA.gateway_risk=A 10 10 AA 10 10 ABC 10 10 EFF 10 10 MMM + 10 10 NDB 10 10 RFD 10 10 ZFF 10 10 exchangeC_groupA.gateway_risk=A 10 10 AA 10 10 ABC 10 10 EFF 10 10 MMM + 10 10 NDB 10 10 RFD 10 10 ZFF 10 10 ZZD 10 10
from your examples:
exchangeB_groupA contains:
A AA ABC EFF ZFF
and exchangeC_groupA:
AA ABC EFF ZFF ZZD
but your results say:
A exchangeB_groupA(ln4) not found A exchangeC_groupA(ln7) not found ADF exchangeB_groupA(ln4) not found ADF exchangeC_groupA(ln7) not found BFD exchangeB_groupA(ln4) not found BFD exchangeC_groupA(ln7) not found ZZD exchangeB_groupA(ln4) not found
A for exchangeB_groupA is not found?
The symbol A is in exchangeB_groupA and he should be found.

Replies are listed 'Best First'.
Re^2: same script, different results
by jb60606 (Acolyte) on Oct 25, 2013 at 12:25 UTC
    Crap - you're right - I missed that. But even if 'A' was overlooked, any idea how the rest would return as 'Not Found' if the script designated that the first symbol was in a particular element/column? thanks for your reply.