Index =  text .word .list .search  (  ObjectID ,  Word ,  Start ,  Flags  )  
                                                    
Description :

This instruction returns the index location of a specific word in a list.

Parameters :

  • ObjectID of the list.
  • Word to search.
  • Start index.
  • WORD_SEARCH_MATCHCASE
    WORD_SEARCH_MATCHALLWORD
    WORD_SEARCH_STARTWITHWORD

Return Value :

  • Index to be returned.

Examples :