Allows a user to pick an application from a Project config.

Syntax

DEpromptApp( prjName$, appName$, appDescr$ )

Arguments

prjName$ - string, input. The name of a Project config which an app should be picked from.

appName$ - string, output. The name of the picked app in the Project config.

appDescr$ - string, output. The description of the picked app. It's a text in the brackets [ ] following the app's name in the Project config's item.

Return

Boolean. The value True (-1) means that an app has been picked by a user.

Configs used

Project.


Topic links:

Project config

See also:

Function of the library DocExtLib