Cicode Programming Reference > Cicode Function Categories > Miscellaneous Functions Introduction > ProjectInfo

ProjectInfo

Returns information about a particular project, which is identified by a project enumerated number.

Syntax

ProjectInfo(iProject, iType)

iProject:

Project number. 0 refers to the main project.

iType:

Type of information to return:

0 - Project name

1 - Project description

2 - Project major version

3 - Project minor version

4 - Project date

5 - Project time

Return Value

The specified project information. An empty string will be returned if the project number or type is invalid

Related Functions

ProductInfo

See Also

Miscellaneous Functions