The NCDF_GROUPSINQ function returns an array of all the groups contained in the specified group.
Result = NCDF_GROUPSINQ( Grpid )
Returns an array containing the IDs of all the groups contained in the specified group. If Grpid is invalid, an error message is displayed.
The ID of the group to query, returned from a previous call to NCDF_OPEN, NCDF_CREATE, or NCDF_GROUPDEF.
None
See the example for NCDF_GROUPNAME.
8.0 |
Introduced |