VERSION attribute
The VERSION
attribute is used to specify a user version string for
an element.
Syntax
VERSION = { "string" | TIMESTAMP }
- string is a user-defined version string.
Usage
This attribute specifies a version string to distinguish different versions of a form element.
Specify an explicit version string or use the TIMESTAMP
keyword to make the form
compiler write a timestamp string into the 42f file.
Typical usage is to specify a version of the form to indicate if the form content has changed.
Important:
It is recommended that you use the TIMESTAMP
clause only
during development.
Example
LAYOUT ( TEXT="Orders", VERSION = "1.23" )