OLE Arguments
|
Character (C) or Numeric
(N)
|
|
|
|
specifies the OLE method
name.
|
|
|
provides a parameter
to the OLE method.
|
|
|
contains the value returned
by the OLE method.
|
The _COMPUTE_ method
invokes a method (with parameters) that is exposed by an OLE automation
server. The number of parameters (
in-parm arguments) needed varies among different objects and methods. Only
methods that have a return value should be used with the _COMPUTE_
method. For methods with no return values, use the _DO_ method.