lntGetTailVal
lntGetTailVal(
)
=> x_val
Description
Returns the current value of the tail of a trace 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