Include Doc Link

In a document library, I created in a form a richt-text field: the content were filled in by using the include doc link command. Now, I try to write a lotus notes script giving me a review of all the documents in this database containing this include doc link.

Can someone help me?

Subject: RE: Include Doc Link

Documents containing doc links should contain a $Links item, so you should be able to find them using db.Search with a formula such as @IsAvailable(“$Links”)