leIncrementStopLevelByOne
leIncrementStopLevelByOne(
w_windowId
)
=> t / nil
Description
Increments the stop level value of the specified window by one.
Arguments
|
Database ID for the window where you want to run the function. The current window is used if you do not specify a window ID. |
Value Returned
Example
Increments the stop level value of the current window by one.
leIncrementStopLevelByOne(hiGetCurrentWindow)
Return to top