home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!menudo.uh.edu!rosie.uh.edu!st1fx
- From: st1fx@rosie.uh.edu (Perplexed Prophet)
- Newsgroups: comp.lang.pascal
- Subject: Linked Lists
- Date: 11 Dec 1992 15:19 CST
- Organization: University of Houston
- Lines: 13
- Sender: st1fx@rosie.uh.edu (Corbett, Brian M.)
- Distribution: world
- Message-ID: <11DEC199215195685@rosie.uh.edu>
- NNTP-Posting-Host: rosie.uh.edu
- News-Software: VAX/VMS VNEWS 1.41
-
- I am beginning programmer trying to learn Linked List at this moment. I
- currently use TP 7.0.
-
- I am trying to create a program simulating a Lottery drawing. (Meaning
- I am going to have Random numbers). In this drawing, Six numbers will be
- drawn. (I know an array is sufficient for this, but again I am practicing
- dynamic structures). Anyhow, when I step through the program everything
- works fine (Meaning I have six different numbers as output). However,
- when I run the program I get one number printed six different times.
-
- Thank You.
-
- P.P.
-