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

    This function restores a set of GETs that has been previously saved
    by GFSAVEGETS().

    Syntax

    GFRESTGETS([<ele>])

    Optional Parameter

    <ele> is a numeric expression that would have been previously returned
    from GFSAVEGETS().  If you do not use this parameter, GFRESTGETS()
    will assume that you want to use the Last In First Out method to
    restore the most recently saved GETs.

    None

    Return Value

    None

    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: GFSAVEGETS()

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