Example

The following example shows how to set characters to a rectangular area in the presentation space for the connection associated with the autECLPS object.
Dim autECLPSObj as Object 
Dim PSText String 

’ Initialize the connection 
Set autECLPSObj = CreateObject ("ZIEWin.autELCPS") 
autECLPSObj.SetConnectionByName("A") 

SetTextRect "HCL is great company to collaborate with", 1, 1, 4, 8
If we want to use parentheses then we can use SetTextRect as
call SetTextRect("HCL is great company to collaborate with", 1, 1, 4, 8)