home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 8040 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  817 b 

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!usc!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!fauern!uni-erlangen.de!pctc.chemie.uni-erlangen.de!gedeck
  2. From: gedeck@pctc.chemie.uni-erlangen.de (Peter Gedeck)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: pointers to arrays?!?
  5. Date: Mon, 11 Jan 1993 16:38:46 GMT
  6. Organization: Physikalische Chemie, Uni Erlangen
  7. Distribution: world
  8. Message-ID: <1is7qmEINNfgi@uni-erlangen.de>
  9. References: <1993Jan11.205412.1@cc.newcastle.edu.au>
  10. Reply-To: gedeck@pctc.chemie.uni-erlangen.de (Peter Gedeck)
  11. NNTP-Posting-Host: pc1.chemie.uni-erlangen.de
  12. Lines: 15
  13.  
  14.  
  15. |>Type
  16. |>   ArrayType = Array[1..Max] of Char;
  17. |>
  18. |>Var
  19. |>   ArrayVar  : ^ArrayType;
  20. |>   Index     : Word;    
  21. |>
  22. |>[..]
  23. |>
  24. |>ArrayVar[Index]^ := etc..????
  25.  
  26. ArrayVar^[Index] := etc..
  27.       
  28. Peter Gedeck
  29.