From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,XPRIO, XPRIO_SHORT_SUBJ autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fdc75443ea18fb32 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-01 09:04:30 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-03!supernews.com!194.159.255.21.MISMATCH!dispose.news.demon.net!demon!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news11-gui.server.ntli.net.POSTED!not-for-mail From: "steve" Newsgroups: comp.lang.ada Subject: Queue X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Fri, 30 Nov 2001 16:24:59 -0000 NNTP-Posting-Host: 213.105.197.130 X-Complaints-To: abuse@ntlworld.com X-Trace: news11-gui.server.ntli.net 1007225962 213.105.197.130 (Sat, 01 Dec 2001 16:59:22 GMT) NNTP-Posting-Date: Sat, 01 Dec 2001 16:59:22 GMT Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:17280 Date: 2001-11-30T16:24:59+00:00 List-Id: i have sent up a queue package using head and tail pointers, and have procedures for adding, removing and nodes. But l am haveing trouble writing a procedure for displaying the nodes. Can anyone send me a procedure where you can display all the nodes. Thanks in advance. Steve