DADiSP Worksheet Functions > Function Categories > Query Functions > WRITECNF

 

WRITECNF

Purpose:

Writes the configuration table to an ASCII file.

Syntax:

WRITECNF("filename")

"filename"

-

Optional. A string, the name of the target file. Defaults to "config.txt".

Returns:

1 if successful.

Example:

writecnf

viewfile config.txt

 

writes the current configuration table to config.txt and displays the table in a pop-up box.

See Also:

AUTOCONFIG

GETCONF

SETCONF

VIEWFILE