CurRemoteServer
CurRemoteServer is a global system variable of the RemoteServer class. It can be used by client programmers as the default RemoteServer instance. Most examples in this chapter use the CurRemoteServer variable.
Example—CurRemoteServer:
i_status = CurRemoteServer.Call4GL ('MyGSCPname',
b_osca = BYREF(OSCA),
myGSCPparam1 = myByvalValue,
myGSCPparam2 = BYREF(myByrefValue),
myGSCPparam3 = myByvalRefVar,
myGSCPparam4 = BYREF(myByrefRefVar));