GetStepCommand Method

CurrentTask2 Example

 

Retrieves the command portion of the step at the step number specified.

 

Declaration

function GetStepCommand(StepNo As Integer) As Variant

 

Parameters

StepNo

 The step number, as an integer, of the command to be retrieved.

 

Return Values

 The function returns a string variant with the text of the command at step number StepNo.

 

Description