RAD function: version

A RAD function that returns an array containing the release number of the ITSMA Service Management executable.

Function

version

Format

version()

Factors

Character conversions are based on the value of the language parameter.

Example

$a=version()

After execution, the value of $a is {"unix",7.0,"7.0.1"}.

  • The first element is a string naming the platform: unix, mswin, or winnt.
  • The second element is 7.0, the RAD release level.
  • The third element is a string containing the Service Management version number and the Service Pack number, such as 7.0.1 indicates Service Management version 7.0, Service Pack 1.