lntGetCurrentStep
lntGetCurrentStep(
)
=> x_val
Description
Returns the current step value when the Net Tracer is invoked in Step trace mode.
Arguments
Value Returned
Example
lntGetCurrentStep() ==> 1
Returns the value of the current step number for the trace.
lntNextStep()
lntGetCurrentStep() ==> 2
Increments the step count by one and returns the latest current step number for the trace.
lntContSteps()
lntGetCurrentStep() ==> 10
Generates a continuous Step trace up to the last step and returns the latest current value of the step.
Related Topics
Return to top