Example
The following example shows how to retrieve a string from the presentation space for the connection associated with the autECLPS object.
Dim autECLPSObj as Object
Dim PSText as String
' Initialize the connection
Set autECLPSObj = CreateObject("PCOMM.autECLPS")
autECLPSObj.SetConnectionByName("A")
PSText = autECLPSObj.GetText(2,1,50)