Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!rochester!udel!mmdf From: AXDRW%ALASKA.BITNET@cunyvm.cuny.edu (Don R. Withey) Newsgroups: comp.sys.amiga Subject: re: slight bug in tasks ... Message-ID: <16274@louie.udel.EDU> Date: 26 May 89 04:48:05 GMT Sender: mmdf@udel.EDU Lines: 8 > From: Matt Dillon Date: 23 May 89 05:41:52 GMT > Where I RemTask() I should DeleteTask()... since I used > CreateTask() to create it in the first place! > I wondered about that, and then tested it. You can RemTask() a task created with CreateTask(). You don't lose any memory (the stack and task structure goes away just like it should). Don