sub GetComparisonInfo(sMemWeb, sMemLocal, iComparisonMode, ByRef iQtyNew, ByRef iQtyChanged, ByRef iQtyDeleted)
|
Calculates the number of new, changed and deleted items. This procedure can for example be used to see if only content has been removed.
Parameters
| • | sMemWeb ... String expression. Page source code of the web version. |
| • | sMemLocal ... String expression. Page source code of the locally saved version. |
| • | iComparisonMode ... Comparison method for comparing the web/local version. |
| • | iQtyNew ... Number of new items. |
| • | iQtyChanges ... Number of changed items. |
| • | iQtyDeleted ... Number of deleted items. |
Values for iComparisonMode:
| • | 1 ... Sentence based. Compares the document via sentences. |
| • | 2 ... Paragraph based. Compares the document via paragraphs. |
|