RUNFileVersion

Description:              This function returns the minimum version of VTS that can read the .RUN files produced by the current version.

Returns:                    Text

Usage:                       Script or Steady State

Format:                      RUNFileVersion( )

Parameters:             None

Example:

ZText(10, 10, Concat("Minimum version to read .RUN files is ",

      RUNFileVersion()), 0, 0); 

This statement will display the .RUN file version in the upper right corner of the window along with a comment about what the number represents.

See Also:

Version