ObjectID =  text .word .list .create  (  text ,  Separator  )  
                                          
Description :

This instruction takes all the words in a text string and orders them into a list.

Parameters :

  • Text to compute.
  • Separator character (space by default).

Return Handle :

  • ObjectID of the list.

Examples :