Function: ECDSET Purpose: Encodes set and subsets into a string. The set MUST exist! Category: USER IO File: ecdset.c Author: K.G. Begeman Use: INTEGER ECDSET( STRING, Output CHARACTER*(*) SET, Input CHARACTER*(*) SUBSETS, Input INTEGER ARRAY NSUBS ) Input INTEGER ECDSET Returns 0 on success, else: -1: Set does not exist. -2: Cannot allocate sufficient memory. -3: Encoded string longer than output buffer. -4: Impossible to encode. STRING Output encoded string. SET Name of set. SUBSETS The subset coordinate words. NSUBS The number of subsets. Related Docs: dcdset.dc2 Updates: Jan 13, 1994: KGB, Document created.