lntContSteps
lntContSteps( ) => t / nil
Description
Generates the complete trace from the current step to the last when the Net Tracer is invoked in Step trace mode.
Arguments
Value Returned
Example
lntGetCurrentStep() ==> 1
Returns the current step number.
lntNextStep()
lntGetCurrentStep() ==> 2
Generates the trace for the next step and returns the latest current step number.
lntNextStep()
lntGetCurrentStep() ==> 3
Generates the trace for the next step and returns the latest current step number.
lntContSteps()
lntGetCurrentStep() ==> 10
Generates the continuous trace covering all the required steps and returns the latest current step number.
Related Topics
Return to top