GetVersion

Demonstrates how to extract the EASI version number.

Remarks

The following example extracts the "version" number string.

Typical values are:

"V8.0    VAX         VMS"
"V8.0    IBM/PC      NT"
"V8.0    R6000       UNIX"

Code

local string ver

ver = GetVersion()

print ver

Output

Sample output on a Windows machine:

V9.0.0  IBM/PC      NT

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.