PassoloApp.Version
Returns the version number of the current SDL Passolo application. The value is calculated as 100 * Majorversion + Minorversion. For example for Passolo 4.1.003 this returns 401.
Syntax
Expression.Version as Short
Expression Required. Object of type PassoloApp
Example
PSL.Output Str(PSL.Version)