UnpackParms

(RPC Manager Library)

Description: This method unpacks a stream into the supplied parameters. Subroutine call only.
Returns: Nothing
Usage: Script Only.
Function Groups: Network,  Stream and Socket
Related to: PackParms
Format: \RPCManager\UnpackParms(Stream [, &P1, &P2, …]);
Parameters:  
Stream
Required. A stream produced by PackParms.
P1, P2, …
Optional parameters that are pointers to variable instances into which the values that were packed into the stream will be unpacked. Up to 100 parameters are allowed.
Comments: This subroutine is a member of the RPC Manager's Library, and must therefore be prefaced by \RPCManager\, as shown in the "Format" section. If the application you are developing is a script application, the subroutine call must be prefaced by System\RPCManager\, and the System variable must be declared in AppRoot.SRC.
The stream contents must have been packed by the PackParms method.

RPC Manager Service