Cicode Programming Reference > Cicode Function Categories > Group Functions Introduction > GrpName

GrpName

Gets the name of a group from a group handle.

Syntax

GrpName(hGrp)

hGrp:

The group handle, returned from the GrpOpen() function. The group handle identifies the table where all data on the associated group is stored.

Return Value

The name of the group (as a string).

Related Functions

GrpOpen

Example

! Get the current group name.
sName=GrpName(hGrp);

See Also

Group Functions