NAME CollectionChunks -- Declare many collection chunks at once. SYNOPSIS error = CollectionChunks (iff, list, n) d0 a0 a1 d0 LONG error; struct iffhandle *iff; LONG *list; LONG n; FUNCTION Declares multiple collection chunks from a list. The list argument is a pointer to an array of long words arranged in pairs. The format for the list is as follows: TYPE1, ID1, TYPE2, ID2, ..., TYPEn, IDn The argument n is the number of pairs. CollectionChunks() just calls collectionchunk() n times. INPUTS iff - pointer to iffhandle struct. list - pointer to array of longword chunk types and identifiers. n - number of chunks to declare. RESULT error - 0 if successful or an IFFERR_#? error code if not successful. EXAMPLE NOTES BUGS SEE ALSO collectionchunk()