NAMEGRP ​
Returns the list of names in a name group.
Reporting Area(s) ​
Courses
Required Parameters ​
- Name ID (i.e. nmid, rgid, pyid)
Optional Parameters ​
- Numeric return value: (default is 3=First Last)
0= First MI. Last, Suffix
1= First MI. Last
2= Last, First MI. Suffix
3= First Last
5= First MI (BadgeName) Last Suffix
8=Salut First MI. Last, Suffix
- Delimiter to place between name records. Default is Carriage return (i.e. chr(13) )
Example(s) ​
NAMEGRP(nmid) returns list of names in the name group, in First Last format with each name on its own line.
NAMEGRP(nmid,2) returns list of names in the name group, in Last, First MI. Suffix format with each name on its own line.