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

    HELPSET() allows you to change the name of the help screen file that
    HELP() looks for.  This is useful when you have more than one system
    that is using the Grumpfish help screens.  Otherwise, you would need
    to maintain all of your help screens in one HELP.DBF file, which is
    not particularly elegant.

    Syntax

    HELPSET(<cFilename>)

    Required Parameter

    <cFilename> is the name of the filename that contains the help
    screens.  By default, this is HELP.DBF.

    Return Value

    HELPSET() returns the name of the previous help screen file.
    This is useful in case you need to change it back later.

    Sample Usage

    function main                                               
    helpset("custhelp")        // use CUSTHELP.DBF, not HELP.DBF
    set key K_F1 to help                                        
    etcetera                                                    

See Also: HELP/HELPDEV HELPDEVSET()

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