From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 6 Oct 92 19:47:23 GMT From: visicom!amstel!rlk@nosc.mil (Bob Kitzberger) Subject: Re: TASKS Message-ID: List-Id: mperez@ringer.cs.utsa.edu (Michael Perez) writes: >TASK body Name IS >begin > Accept filename(...); > ........... > statements > ........... > End filename; >end Name; >It seems like the TASK is executed one time then I always get a >TASKING_ERROR. You need to put a loop..end loop pair around the accept statement in the task, otherwise your task Name will accept a single entry call, and then terminate. .Bob. ---------------- Bob Kitzberger VisiCom Laboratories, Inc. rlk@visicom.com 10052 Mesa Ridge Court, San Diego CA 92121 USA +1 619 457 2111 FAX +1 619 457 0888