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>dbframearr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dbFrameArr()
Returns the internal array of the FRAME
------------------------------------------------------------------------------
Syntax:

     dbFrameArr() --> NIL

Parameters:

     NONE

Returns:

     <aFrame> Array of the FRAME

Description:

     Returns the internal array for the FRAME

Example:

     LOCAL aFrame
     
     // Sets the area for displaying a Frame
     dbFrameOn(3, 10, 20, 76)
     dbFrameTit( "Initalizing." )   //  Change the title
     dbFrameDis( "Here two notices")  // Display
     dbFrameDis( "in the FRAME")      // Display
     aFrame:= dbFrameArr()
     dbInk()
     dbFrameOff()     // I Close

See also:

     dbFrameBox(), dbFrameDis(), dbFrameOn()

See Also: dbFrameBox() dbFrameDis() dbFrameOn()

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