[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

REVNUM

Syntax:

REVNUM

Description: Retrieves the document's revision number (which indicates the number of times the document has been saved), as recorded in the Revision element of the Core File Properties part.

Field Value: The document's revision number.

Switches: None.

[Example: Consider the case in which the Revision element is as follows:

   <Revision>11</Revision>

and the following field is updated:

REVNUM

The result is:

11

end example]