RAD function: version

A RAD function that returns an array containing the release number of the HPE Service Manager 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 Manager version number and the Service Pack number, such as 7.0.1 indicates Service Manager version 7.0, Service Pack 1.