home *** CD-ROM | disk | FTP | other *** search
- 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
- From: gedeck@pctc.chemie.uni-erlangen.de (Peter Gedeck)
- Newsgroups: comp.lang.pascal
- Subject: Re: pointers to arrays?!?
- Date: Mon, 11 Jan 1993 16:38:46 GMT
- Organization: Physikalische Chemie, Uni Erlangen
- Distribution: world
- Message-ID: <1is7qmEINNfgi@uni-erlangen.de>
- References: <1993Jan11.205412.1@cc.newcastle.edu.au>
- Reply-To: gedeck@pctc.chemie.uni-erlangen.de (Peter Gedeck)
- NNTP-Posting-Host: pc1.chemie.uni-erlangen.de
- Lines: 15
-
-
- |>Type
- |> ArrayType = Array[1..Max] of Char;
- |>
- |>Var
- |> ArrayVar : ^ArrayType;
- |> Index : Word;
- |>
- |>[..]
- |>
- |>ArrayVar[Index]^ := etc..????
-
- ArrayVar^[Index] := etc..
-
- Peter Gedeck
-