Difference between revisions of "GetSCARVersion"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> function GetSCARVersion: Integer; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Returns the major versio...") |
(No difference)
|
Revision as of 21:37, 30 June 2011
Contents
Definition
function GetSCARVersion: Integer;
Availability
SCAR Divi 3.00 > Current
Description
Returns the major version number of SCAR Divi as a whole number where the main version number is perpended to it (e.g. 3.25 becomes 325)
Example
begin Alert(GetSCARVersion); end.