POSITION:030,114
IMAGE:graphics\image14.bmp
COLOUR:STANDARD
POSITION:200,114
TEXT:00,As you build larger, more complex sequence data
TEXT:16,objects, you are going to need tools that can
TEXT:16,search them quickly. One way is to write some
TEXT:16,code using "if", "while",  and "for" statements
TEXT:16,that compare each element against a specific
TEXT:16,value. A much easier way is to take advantage
TEXT:16,of Euphoria's sequence search library routines.
TEXT:16,These library routines allow the programmer to
TEXT:16,find elements either using a specific value or
TEXT:16,a partial search string.
X_ADJUST:028
COLOUR:EUPHORIA
TEXT:32,   = find( ,  )
COLOUR:POINTS
TEXT:00,ri        o  s
COLOUR:STANDARD
TEXT:32,find() searches sequence   for element  . If found, the element number of
COLOUR:POINTS
TEXT:00,                         s             o
COLOUR:STANDARD
TEXT:16,  is stored in receiving variable   . If not, 0 is stored in   .
COLOUR:POINTS
TEXT:00,o                                 ri                         ri

