Function that unloads the variables LinkedFMDocs and LinkedWordDocs. This function is called when you close a project using the function closeproject() or when you open a project using the function openproject() or openprojectdialog().
You can also use this function if you want to unload the variables before loading the linked files again. For instance, when you added a new linked document in the script and you want to know which files are generated.
The function unloadLinkedFiles() is located in the file linkedfiles.jsxinc.
Usage
To get the linked files if there is a project:
unloadLinkedFiles();
Parameters
This function has no parameters.
Return values
This function has no return values.
