Path: utzoo!attcan!uunet!mcvax!hp4nl!philmds!prle!prles2!nvpna1!vanpelt From: vanpelt@nvpna1.prl.philips.nl (bart van pelt) Newsgroups: comp.lang.pascal Subject: Re: Pointers in TP4 Keywords: operations on them Message-ID: <230@prles2.UUCP> Date: 28 Nov 88 08:36:27 GMT References: <340@lafcol.UUCP> Sender: nobody@prles2.UUCP Reply-To: vanpelt@nvpna1.UUCP (bart van pelt) Organization: Philips Research Labs Eindhoven Lines: 4 To increment pointers in TP4, use a type cast as follows longint( Ptr ) := longint( Ptr ) + Increment;