NAME RL_NewObjectA - create a new object (V44) SYNOPSIS object = RL_NewObjectA(resource,id,taglist) D0 A0 D0 A1 object *rl_newobjecta(resourcefile, resourceid, struct tagitem *);; FUNCTION The routine creates a new object with a given numeric id. INPUTS resource -- a pointer to a resource id -- a numeric id taglist -- a pointer to an array of tagitem. the tags are moved forward to the call of NewObjectA, newdtobjecta or whatever is called to create the object RESULTS object -- a pointer to an object or null. SEE ALSO intuition.library/NewObjectA datatypes.library/newdtobjecta resource.library/rl_disposeobject