NAME RL_NewGroupA - allocate a group of objects (V44) SYNOPSIS group = RL_NewGroupA(resource,id,taglist) D0 A0 D0 A1 Object **RL_NewGroupA(RESOURCEFILE, RESOURCEID, struct TagItem *); FUNCTION The routine allocates a group of objects with a given numeric id. INPUTS resource -- a pointer to a resource id -- a numeric id taglist -- a pointer to an array of TagItem. Currently no tags are defined. RESULTS group -- a pointer to an array of pointers to Object or NULL. SEE ALSO resource.library/RL_DisposeGroup resource.library/RL_GetObjectArray