GetText

SetText



Note: the Clipboard object identifier is optional and can be omitted, for example:


Sub Main()

SetText(FlexScreen.GetText(FlexScreen.Position(8, 2), 48))

End Sub