M
ML
I have a document that contains a number of custom seq fields that are used
for classification markers throughout my document. These handle page level
header flags that check for the markers and set a related header text. This
is all working fine.
What I would like to do now is have a macro that would also check for these
seq field and give me a count of each type in use or at least confirm that a
seq is used.
There are a number of these different seq codes and I need to find which
ones are used somewhere within the document.
What would be the simplest way to do this in code?
Here is a sample seq that is inserted in the document body:
{QUOTE (C) { SEQ C \r {PAGE \h }}
for classification markers throughout my document. These handle page level
header flags that check for the markers and set a related header text. This
is all working fine.
What I would like to do now is have a macro that would also check for these
seq field and give me a count of each type in use or at least confirm that a
seq is used.
There are a number of these different seq codes and I need to find which
ones are used somewhere within the document.
What would be the simplest way to do this in code?
Here is a sample seq that is inserted in the document body:
{QUOTE (C) { SEQ C \r {PAGE \h }}