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

    This function saves the currently active GETs.

    Syntax

    GFSAVEGETS()

    Parameters

    None

    Return Value

    A numeric expression that can be used later with GFRESTGETS().

    Notes

    GFSAVEGETS() saves the current GETs, which can later be restored
    with GFRESTGETS().

    Sample Usage

    mstring1 := mstring2 := space(20)   
    @ 10, 0 GET mstring1 VALID testing()
    @ 11, 0 GET mstring2                
    READ                                
                                        
    FUNCTION testing                    
    LOCAL mstring3 := "This is a test"  
    GFSAVEGETS()                        
    @ 24, 0 GET mstring3                
    READ                                
    GFRESTGETS()                        
    RETURN .T.                          

See Also: GFRESTGETS()

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