text .cursor .set  (  ObjectID ,  Position  )  
                                
Description :

In edit mode, this instruction sets the cursor to a specific char.

Parameters :

  • ObjectID of the text object.
  • Char number. Valid in the range [1, number of chars in the text]

Examples :