This function initialises the global variables of the library. Normally, this is done automatically when you run the script. But when you use the library for RoboHelp 10 scripting events, you need to call this function manually. You can call this function as many times as your required.
Note: When you call this function, several global variables will be reset. This means that you may lose previously retreived data from RoboHelp projects. This means that the script may need to retrieve this data again, resulting in a longer execution time.
libInit();//Initialize the library.
This function has no parameters.
This function has no return values.