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