lntSetTailVal
lntSetTailVal(
x_val
)
=> t / nil
Description
Sets the current value of the tail for all traces when the Net Tracer is invoked in Step trace mode.
Arguments
Value Returned
Example
lntGetTailVal() ==> 1
Returns the current value of the tail for the selected Step trace.
lntSetTailVal(5)
lntGetTailVal() ==> 5
Sets the tail value of the Step trace to 5 and then returns the newly revised current tail value.
Related Topics
Return to top