Difference between revisions of "Ar Find"

124 bytes removed ,  19:24, 28 June 2014
modified example for clarity
imported>Odessa
(created)
 
imported>Odessa
(modified example for clarity)
Line 20: Line 20:
if eval (Ar_Find RingoREF, aBeatles) != Ar_BadNumericIndex
if eval (Ar_Find RingoREF, aBeatles) != Ar_BadNumericIndex
     ; * Ringo is found somewhere in the array aBeatles
     ; * Ringo is found somewhere in the array aBeatles
elseif eval (Ar_Find JohnREF, aBeatles) < (Ar_Find PaulREF, aBeatles)
    ; * John is found earlier in the array than Paul


elseif eval (Ar_Find GeorgeREF, aBeatles, 1:2) != Ar_BadNumericIndex
elseif eval (Ar_Find GeorgeREF, aBeatles, 1:2) != Ar_BadNumericIndex
Anonymous user