| Table Of Contents | Index |

Example:
;Make the third window on the stack the active window RollWindow 3 ;Write out message Writeln 'You have mail waiting!' ;Now put the windows back PushBackWindow (3)Procedure PushBackWindow (N)
;To roll a window back to its original position on the stack, ;the parameter should be the same as the parameter for the call ;to RollWindow. If you use RollWindow(3) then use PushBackWindow(3)
Loop N RollWindow N EndLoop EndProc ;PushBackWindow
| See Also: | CurrentWindow | SetTopWindow |
|---|
| Category: | Display |
|---|

| Table Of Contents | Index |
|
