home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!spool.mu.edu!sol.ctr.columbia.edu!ucselx!crash!tech
- From: tech@crash.cts.com (Don Bontemps)
- Subject: Re: I need help with copying "records"
- Organization: CTS Network Services (crash, ctsnet), El Cajon, CA
- Date: 08 Sep 92 20:11:58 PDT
- Message-ID: <1992Sep08.201158.21948@crash>
- References: <1992Sep07.162555.5226@crash> <92252.103512BOYDJ@QUCDN.QueensU.CA>
- Lines: 26
-
- In article <92252.103512BOYDJ@QUCDN.QueensU.CA> Jeff Boyd <BOYDJ@QUCDN.QueensU.CA> writes:
- >
- >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
- >
-
- I figured it out already.
-
-
-
-