ParamCount

For a given business function, this function will contain the number of parameters as they appear when downloaded. Each table will count as 1 parameter.

Group: Embedded Procedure Object


Syntax:   vValue = emProc.ParamCount

vValue     (Variant) contains the number of parameters for the specified business function.

Example:

Dim nValue as Long

nValue = emProc.ParamCount