|
|
|
|
AppListVersion (Function) In french: AppliListeVersion
Warning
From version 23, AppliListVersion is kept for backward compatibility. This function has been replaced with AppListVersion.
Lists the versions available on the reference setup server. These versions are available in the history of the reference setup. Remark: This function can only be used with a network setup on a local network. It cannot be used with a setup by IP.
Res is string = AppListVersion() IV is InfoVersion DisplayInfo is string = [ Number = %1 Date = %2 Size = %3 bytes Comment = %4 Enabled = %5 Forced = %6 Forbidden = %7 ] FOR EACH STRING MyString OF Res SEPARATED BY CR IV = AppVersionInfo(MyString) Trace(StringBuild(DisplayInfo, ... IV.VersionNumber, IV.Date, ... IV.Size, IV.Comment, ... IV.Enabled, IV.Forced, IV.Forbidden)) Trace("===============================================") END
Syntax
<Result> = AppListVersion([<Application path>])
<Result>: Character string List of available versions separated by CR characters (Carriage Return). This list has the following format:
<Version number 1> + CR + <Version number 2> + CR + ... + CR + <Version number N> <Application path>: Optional character string Full path of executable to use. If this parameter is not specified, the current application will be handled. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|