GetInstalledRuntimes

Description

Gets the version number of PowerBuilder Runtime that is installed on the current computer.

Syntax

GetInstalledRuntimes ( )

Return value

String.

Returns the version number as a string, or returns null if no PowerBuilder Runtime has been installed. If multiple version numbers are returned, they will be separated by a comma (",").

Examples

This example gets the runtime version on the current machine:

string ls_version
ls_version = getinstalledruntimes()