To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

CompareVersion (2)

CompareVersion



Compares two different versions of PlanSwift.



Syntax:

Procedure: CompareVersion(arg1, arg2): integer;


API Call:

Scripting
var
  VersionA : WideString;
  VersionB : WideString;
  nResult  : integer;
begin
  nResult := CompareVersion(VersionA, VersionB);
end;

Copyright 2023 ConstructConnect