String

Returns the entire host screen as a text string.


Syntax

FlexScreen.String


Example

Sub Main()

MsgBox FlexScreen.String

End Sub