Description

A routine for running subroutines on the U2 back end. Results of the subroutine are returned/sent to the OI client.

Syntax

U2_SUBCALL(sVolumeId,SubName,ParamCount,P1,P2,P3,P4, …P30)

Parameters

The function has the following parameters:

ParametersDescription
sVolumeIdU2 volume name or handle
SubNameName of subroutine to Execute
ParamCountNumber of parameters expected by the subroutine ( 1 - 10 )
P1 ... P30IN/OUT P1 ... P10 ( Optional) parameter values, default to

Returns

Any data returned is dependent upon the subroutine invoked.

See also

U2 Functions

  • No labels