try...catch missing links.....
I've got an indd with missing links and am trying the following to catch the error and report back to user. Unfortunately it is failing...
Can anyone cast any light on why the following is not working please:
try
{
app.activeDocument.links.everyItem().unlink();
}
catch ( thiserror )
{
alert(Error.description)
};
Cheers
