Purpose
Returns the version number of FCAS currently running.
The version number is returned as a whole number integer representing the version number multiplied by 1000. For example, FCAS version 1.210 will return the value 1210, version 2.0 will return 2000, and so on.
This internal function is useful for determining backward compatibility issues between applications and FCAS.
Syntax
FCAppServerVersion
Example
FCAppServerVersion = 1210
|