CwExportProject

Syntax:

call CwExportProject sFileName

        sFileName       (string) The path of the .GDO file to save to.

Description:

This function saves the current project to the specified file

Example:

call CwExportProject 'c:\pgwork\bar.gdo'

Remarks:

This routine can fail due to external circumstances (for example, the disk being full). Under such circumstances, the normal behaviour of a script is to raise a syntax error. If your script needs to be robust, you must trap the syntax error using SIGNAL. See example #2 of CwImportProject.

Functions by NAME

Index

Functions by PURPOSE