Group getGroupByName

From Catglobe Wiki
Revision as of 10:54, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Group_getGroupByName

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

Syntax

Group_getGroupByName(qualifiedName)

Arguments

  • qualifiedName: is a string expression. It is the group's qualified name

Return value

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

Example

array group = Group_getGroupByName("My project\\My group");

Availability

Version 5.6