[<<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"
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson