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

    This function returns the row position of a specified GET in the
    currently active GET list.  You may also optionally change the
    row position.

    Syntax

    GGETROW([<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 numeric representing the value to use for the new row
    position of the <target> GET.  If you pass this, the row position
    of <target> will be changed; otherwise, nothing unexpected will
    happen.

    Return Value

    A numeric representing the row position of the specified GET.
    If <target> is invalid or not found in the currently active GET
    list, the function will return -1.

See Also: GGETCOL() GGETCOLOR() GGETPIC()

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