Create a Text object

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:08

ActiveTxt object represent text data.

ActiveTxt object can be obtained from a text being edited using the Ted.GetActiveTxt function, e.g:

Dim objText = Ted.GetActiveTxt

or using objNode.GetTxt and objArticle.GetTxt(nIdx).

See the example.