Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfarrwin()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfArrWin()
Creates a Window on an array
------------------------------------------------------------------------------
Syntax:

     dfArrWin( [<nTop>], [<nLeft>],;
               [<nBottom>], [<nRight>] ,;
               <aRow>, [<cTit>], [<cRow>], [<aTag>] ,;
               [<nCho>], [<aMtd>], [<bSys>],;
               [<cQuit>] ) --> nRet

Parameters:

     <nTop>, <nLeft>, <nBottom>, <nRight> Object coordinates. If they are
     not specified the window is automatically centered on the
     screen
     <aRow>     Array of rows to display
     <cTit>     Window title
     <cRow>     Title of rows
     <aTag>     Tag array
     <nCho>     Initial choice. The default is 1
     <aMtd>     More window methods
     <bSys>     SYS block
     <cQuit>    Quitting characters. Default chars are "ret-esc"

Returns:

     <nRet> Last cursor position, when a quitting character was pressed

Description:

     Creates a window to display an Array's contents. Its minimal default
     number of rows is 5.

Example:

     LOCAL aMyFriend := {"Tom", "Jerry",;
                         "John", "Paul"}
     // display the array in a window
     LOCAL oTbr := dfArrWin( 3, 10, 13, 75,;
                             aMyFriends )

See also:

     ddWin(), dfArrWinA()

See Also: ddWin() dfArrWinA()

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