lntSetCurrentStep
lntSetCurrentStep(
x_val
)
=> t / nil
Description
Sets the current step value for a trace when the Net Tracer is invoked in Step trace mode.
Arguments
Value Returned
Example
lntSetCurrentStep(5) ==> t
lntGetCurrentStep() ==> 5
Sets the current step value to 5 and returns the value when lntGetCurrentStep() is used.
Related Topics
Return to top