Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>csetdefa()*</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CSETDEFA()*
 Queries the setting for SET DEFAULT
------------------------------------------------------------------------------
 Syntax

     CSETDEFA() --> cDefaultPath

     *  This function is retained for compatibility purposes.  Use the
        CA-Clipper SET() function to develop future applications.

 Returns

     CSETDEFA() returns the current DEFAULT path setting.

 Description

     This function queries the current SET DEFAULT TO setting.

 Note

     .  This function cannot change the DEFAULT path.

 Examples

     .  A path set under CA-Clipper:

        SET DEFAULT TO C:\DATA

     .  Query the previously set DEFAULT path:

        ? CSETDEFA()      // "C:\DATA"


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