Create a Local Text object

Build 1501 on 14/Nov/2017  This topic last edited on: 30/Jul/2015, at 14:31

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

Dim objText = Ted.GetCurrentLocalTxt

Local text object can be obtained from a selected local frame on page using the Fred.GetCurrentLocalTxt function, e.g:

Dim objText = Fred.GetCurrentLocalTxt

See the example.