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>dbngsay()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dbNgSay()
Permit the display of text with a NG style
------------------------------------------------------------------------------
Syntax:

     dbNGSay(<nRow>,<nCol>,<cStr>,<nMaxLen>) --> NIL

Parameters:

     <nRow>     Line on which to display the text
     <nCol>     Column to start the display of text
     <cStr>     String to display
     <nMaxLen>  maximum Length of the display

Returns:

     NIL

Description:

     Permits to simulate a coma delimited string interpreted by the NG
     engine. This utility function normally doesn't get used, but can be
     useful for creating texts for preview, used the internal by NG.
     
     
     
     Another use for this function to display texts during a DISPBEGIN() /
     DISPEND() , the dbNGSay doesn't use the API of Clipper but directly
     writes to video for the display of the texts

Example:

     dbNgSay(23, 1, "This Text," 30)

See also:

     dfMsgRol(), dfSay()

See Also: dfMsgRol() dfSay()

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