GetStepParamCount Method

CurrentTask2 Example

 

Retrieves the number of parameters at the step number specified.

 

Declaration

function GetStepParamCount(StepNo As Integer) As Integer

 

Parameters

StepNo

 The step number, as an integer, of the parameter total to be calculated.

 

Return Values

 The function returns the number of parameters at the step number.

 

Description