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>ggetcolor()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GGETCOLOR()

    This function returns the color setting of a specified GET in the
    currently active GET list.  You may also optionally change the
    color setting if you so desire.

    Syntax

    GGETCOLOR([<target>] [, <newval>])

    Optional Parameters

    <target> is either a numeric or character expression indicating the
    desired GET.  If <target> is numeric, it will represent the GET's
    position in the GETLIST array; otherwise, it will represent the name
    of the GET. If you do not pass this, it will be assumed that you
    are referring to the currently active GET.

    <newval> is a character string representing the new color setting
    for the <target> GET.  The color string should be of the format
    <standard>,<enhanced>.  The <enhanced> color will be used when the
    GET has input focus, and the <standard> color setting will be used
    during all other times.  If you pass <newval>, the color setting
    of <target> will be changed.

    Return Value

    A character string representing the current color setting of the
    specified GET.  If <target> is invalid or not found in the currently
    active GET list, the function will return a null string ("").

See Also: GGETCOL() GGETNO() GGETROW() GGETPIC()

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