Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Grumpfish Library 3.2 - <b>scrncenter()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SCRNCENTER()
    This function is identical to CENTER(), except that it will ALWAYS
    display the string on the screen, regardless of the SET DEVICE setting.
    you specify.

    Syntax

    SCRNCENTER(<row>, <string>, [<color>])

    Required Parameters

    <row> is a numeric expression representing the row on which to
    center the string.

    <string> is the character string or expression to be centered.

    Optional Parameter

    <color> is a character expression representing the color in which
    to display the string.

    Return Value

    Nothing worth getting excited over...

    Notes

    Because SCRNCENTER() is a preprocessor function, you must put the
    following line at the top of any .PRG where you wish to use it:

    #include "grump.ch"

    Sample usage

    #include "grump.ch"                                  
    SCRNCENTER(0,'Change Order Data Input Screen','+W/R')

See Also: CENTER()

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