Pascal Scripting: ComparePackedVersion

Prototype:

function ComparePackedVersion(const Version1, Version2: Int64): Integer;

Description:

Compares Version1 to Version2. The return value is less than 0 if Version1 is less than Version2, 0 if Version1 equals Version2, or greater than 0 if Version1 is greater than Version2.