home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / pascal / 5239 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  840 b 

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!torn!news.ccs.queensu.ca!qucdn!boydj
  2. Organization: Queen's University at Kingston
  3. Date: Tuesday, 8 Sep 1992 10:35:12 EDT
  4. From: Jeff Boyd <BOYDJ@QUCDN.QueensU.CA>
  5. Message-ID: <92252.103512BOYDJ@QUCDN.QueensU.CA>
  6. Newsgroups: comp.lang.pascal
  7. Subject: Re: I need help with copying "records"
  8. References:  <1992Sep07.162555.5226@crash>
  9. Lines: 20
  10.  
  11.  
  12. tech@crash.cts.com (Don Bontemps) wrote:
  13. >
  14. >This question is regarding the manipulation of record arrays.  Suppose I
  15. >declare the following record array:
  16. >
  17.   ...
  18. >
  19. >Now if I wanted to copy data[1] to data [2], could I just say
  20. >data[2] := data[1] or would I have to do it this way
  21. >data[2].name := data[1].name and so on and so forth.  Your help
  22. >would be greatly appreciated.  Thanks (in advance).
  23. >
  24.  
  25.  
  26. When you tried it both ways, what happened?
  27.  
  28.  
  29. jeff
  30.  
  31.