Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfsetadd()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfSetAdd()
Function usefull to add new system setting
------------------------------------------------------------------------------
Syntax:

     dfSetAdd( <cSet>, <uNewValue> ) --> NIL

Parameters:

     <cSet>     New system setting
     <uNewValue> Value of this system setting

Returns:

     NIL

Description:

     Function usefull to add new system setting This function is usefull
     for add new system setting to the application You must only add it to
     the [apps] section of dbstart.ini or in the apps.ini file

Example:

     // Put in the initialization program
     dfSetAdd("UserName","Matteo")
     dfSetAdd("UserLogin","Password")
     
     // Check of the parameter
     IF dfSet("Username")=="Matteo"
        dbMsgErr("Benvenuto Supervisor")
     ENDIF

See also:

     dfSet()

See Also: dfSet()

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