DumpAllPages

This method dumps all script pages available in the project as a Unicode text file.

Syntax

DumpAllPages(FileName as String)
Parameter Description
FileName [in] name of the dump file.

Sample Code

The following sample code exports all script pages to a file (project and classes).

theScriptAccess.DumpAllPages("Script Export.txt")