Cicode Programming Reference > Cicode Function Categories > Miscellaneous Functions > 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 revision number

3 - Project minor revision number

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

Published June 2018