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

    This function returns the PICTURE clause for a specified GET in the
    currently active GET list.  You may also optionally change the
    PICTURE clause if necessary.

    Syntax

    GGETPIC([<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 PICTURE clause
    for the <target> GET.  For more information on PICTURE clauses,
    please refer to your Clipper documentation.  If you pass the
    <newval> parameter, the PICTURE clause of <target> will be changed;
    otherwise, it will be left alone.

    Return Value

    A character string representing the current PICTURE clause 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() GGETCOLOR() GGETROW()

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