error = CollectionChunks(iff, propArray, numPairs);
D0 A0 A1 D0
LONG CollectionChunks(struct IFFHandle *, LONG *, LONG);
Declares multiple collection chunks from a list. The propArray argument is a pointer to an array of longwords arranged in pairs. The format for the list is as follows:
TYPE1, ID1, TYPE2, ID2, ..., TYPEn, IDn
The argument numPairs is the number of pairs. CollectionChunks() just calls
CollectionChunk() numPairs times.