CARD EndProg ;required for ALLOCATE.ACT INCLUDE "D2:ALLOCATE.ACT" ;from the Action! Tool Kit. You must type 'SET EndProg=*' from the monitor after compiling, but before running this program! DEFINE PTR="CARD" BYTE FUNC Split(CHAR ARRAY s CHAR c PTR ARRAY items) BYTE i,count,start,len CHAR ARRAY item IF s(0)=0 THEN RETURN (0) FI i=1 count=0 WHILE i