home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!cs.utexas.edu!torn!news.ccs.queensu.ca!qucdn!boydj
- Organization: Queen's University at Kingston
- Date: Tuesday, 8 Sep 1992 10:35:12 EDT
- From: Jeff Boyd <BOYDJ@QUCDN.QueensU.CA>
- Message-ID: <92252.103512BOYDJ@QUCDN.QueensU.CA>
- Newsgroups: comp.lang.pascal
- Subject: Re: I need help with copying "records"
- References: <1992Sep07.162555.5226@crash>
- Lines: 20
-
-
- tech@crash.cts.com (Don Bontemps) wrote:
- >
- >This question is regarding the manipulation of record arrays. Suppose I
- >declare the following record array:
- >
- ...
- >
- >Now if I wanted to copy data[1] to data [2], could I just say
- >data[2] := data[1] or would I have to do it this way
- >data[2].name := data[1].name and so on and so forth. Your help
- >would be greatly appreciated. Thanks (in advance).
- >
-
-
- When you tried it both ways, what happened?
-
-
- jeff
-
-