Name
GetApplicationInfo -- get information about the application (V6.0)
Synopsis
t = GetApplicationInfo()
Function
This function can be used to obtain the information specified in the @APPXXX preprocessor commands. GetApplicationInfo() returns a table that contains the following fields:

Title:
This is set to the value of @APPTITLE. See APPTITLE for details.

Version:
This is set to the value of @APPVERSION. See APPVERSION for details.

Author:
This is set to the value of @APPAUTHOR. See APPAUTHOR for details.

Copyright:
This is set to the value of @APPCOPYRIGHT. See APPCOPYRIGHT for details.

Description:
This is set to the value of @APPDESCRIPTION. See APPDESCRIPTION for details.

Identifier:
This is set to the value of @APPIDENTIFIER. See APPIDENTIFIER for details. (V6.1)

Inputs
none

Results
t
a table containing the fields described above

Show TOC