Using the library

In order to use the RoboHelp ExtendScript Library in your scripts, you need to reference the library in your scripts. You can load the library at any time during script execution.

To load the library in your script, add the following line:

#include "<path to library>"/lib.jsxinc

Example:

#include "C:/ExtendScriptLib/lib.jsxinc"

You can now use the variables, functions and methods of the library in your script.