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

    This function restores SET status variables that have been
    previously saved by GFSAVESETS().

    Syntax

    GFRESTSETS([<ele>])

    Optional Parameter

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

    Return Value

    Nothing at all

    Sample Usage

    gfsavesets()             
    set exact off            
    set alternate to blah.prg
    set printer to temp.txt  
    set wrap off             
    set message to 21 center 
    *                        
    *                        
    *                        
    gfrestsets()             

See Also: GFSAVESETS() GFSAVEENV()

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