guides:programming:programmers_reference_manual:u2_subcall

U2_SUBCALL subroutine

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

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

The function has the following parameters:

ParameterDescription
sVolumeIdU2 volume name or handle
SubNameName of subroutine to Execute
ParamCountNumber of parameters expected by the subroutine ( 1 - 10 )
P1 … P30(IN/OUT) P1 … P10 ( Optional) parameter values, default to ''

Any data returned is dependent upon the subroutine invoked.

  • guides/programming/programmers_reference_manual/u2_subcall.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1