Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Project getProjectByName: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Project]]





Revision as of 07:03, 22 March 2011



Project_getProjectByName

Get a project by its qualified name. If no project is found with that name, empty will be returned.

Syntax

Project_getProjectByName(qualifiedName)

Arguments

  • qualifiedName: is a string expression. It is the qualified name of the project

Return value

An array, it is the project object, which has the same format as what generated by Project_new function

Example

array project = Project_getProjectByName("CATINET\\Projekt b\\Prime Time Kommunikation\\8358pri - Omnibus - 10 spm");

Availability

Version 5.6