Word =  text .word .list .get  (  ObjectID ,  Index  )  
                                          
Description :

This instruction returns a specific word from a list.

Parameters :

  • ObjectID of the list.
  • Index number of the word, valid in the range [1, number of words in list].

Return Value :

  • Word to be returned.


Examples :