Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>wtail() window function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  WTAIL()                                                    Window Function
 Purpose..: Return the ID of the last window in the stack
-------------------------------------------------------------------------------
 Syntax...: wTail( ) --> cTailWinID

 Arguments: none    

 Returns..: <C> The name of the last window in the stack. It will
            be the last window defined that is not activated or the last
            window that was activated by wOpen().

 Source...: WTAIL.PRG
-------------------------------------------------------------------------------
 Example..: The example will print "One". Window "One" was
            added to the list "tail" when it was opened.

                 wNew( "One" )
                 wNew( "Two" )
                 wNew( "Three" )
                 wNew( "Four" )

                 wOpen( "One" )

                 ? wTail( )

See Also: wNext() wPrev() wHead()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson