text .line .set  (  ObjectID ,  Line ,  Mode  )  
                                     
Description :

This instruction sets a text block on a particular line.

Parameters :

  • ObjectID of the text object.
  • Line number. Valid in the range [1, number of lines in the text].
  • SEEK_SET (default)
    SEEK_FROM_CURRENT (Seeks from the current line).

Examples :