GetInstalledRuntimes
PowerScript function
Description
Gets the version number of PowerBuilder Runtime that is installed on
the current computer.
Syntax
|
1 |
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:
|
1 2 |
string ls_version ls_version = getinstalledruntimes() |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest