This routine has been replaced with the Version property to ENVI.

This function returns a string containing the current version number of ENVI Classic.

Syntax


Result = ENVI_QUERY_VERSION()

Examples


Following is an example for ENVI Classic:

version = ENVI_QUERY_VERSION()
HELP, version

ENVI Classic printed:

VERSION   STRING   'x.x'

Where x.x is the software version.