String.CompareFileVersions

number String.CompareFileVersions ( 

string Version,

string CompareTo )

Description

Compares two file version strings.

Parameters

Version

(string) The first file version string you want to compare.

CompareTo

(string) The second file version string you want to compare.

Returns

(number) A number representing the result of the comparison:

VALUE

DESCRIPTION

-1

The string in Version is less than (<) the string in CompareTo.

0

The string in Version is equal to (=) the string in CompareTo.

1

The string in Version is greater than (>) the string in CompareTo.

ResultVariable

When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.

See also:  Related Actions