Routines (alphabetical) > Routines: N > NCDF Routines > NCDF_GROUPSINQ

NCDF_GROUPSINQ

The NCDF_GROUPSINQ function returns an array of all the groups contained in the specified group.

Syntax

Result = NCDF_GROUPSINQ( Grpid )

Return Value

Returns an array containing the IDs of all the groups contained in the specified group. If Grpid is invalid, an error message is displayed.

Arguments

Grpid

The ID of the group to query, returned from a previous call to NCDF_OPEN, NCDF_CREATE, or NCDF_GROUPDEF.

Keywords

None

Examples

See the example for NCDF_GROUPNAME.

Version History

 

8.0

Introduced

See Also

NCDF_FULLGROUPNAME, NCDF_GROUPNAME, NCDF_GROUPPARENT