Description Retrieves the identifier of a particular item from a specified group.
Syntax n = GetFromNthGroup ( group, indx )
Parameters n (Long) Node number of the item from the group.
group As Long Node number of the group.
indx As Long The group index (zero based) of the item to be retrieved.
Remarks This function retrieves the identifier of a particular item from a specified group. If there is a problem the function sets an error and returns -1.
See Also Examples The following example finds the number of groups in a FRED document and prints the members of each group to the Output Window: Dim id1&
|