deGetEditLevel
deGetEditLevel( [w_window] ) =>x_level/ nil
Description
Returns the current edit level of w_window. If the stack is empty, the routine returns -1. The current edit level is the level of the stack which is currently being displayed. This is normally the maximum edit level, unless deGoToLevel was executed.
Arguments
|
Window in which current edit level is desired. Defaults to the current window. |
Value Returned
Examples
Returns the current edit level of window(3).
deGetEditLevel( window(3) )
Return to top