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

    This function allows you to remove a GET from the currently active
    GET list.

    Syntax

    GKILLGET([<victim>])

    Optional Parameter

    <victim> is either a numeric or character expression indicating the
    GET to remove.  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.

    Return Value

    As Spock would say, "Logical": True (.T.) if the removal was
    successful, False (.F.) if the <victim> GET was either invalid or
    not currently active.

    Notes

    Use of GKILLGET() will decrement the total number of active GETs,
    and will shift all GETs higher than the <victim> by one.  For example,
    if you remove GET #4, GET #5 will become #4, #6 will become #5, etc.

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