Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!van-bc!resbbs!Russell_Mennie From: Russell_Mennie@resbbs.UUCP (Russell Mennie) Message-ID: Newsgroups: comp.lang.pascal Subject: Re: passing two variables Distribution: world Date: 26 Jun 91 05:09:00 PST Organization: Resonance - British Columbia, Canada Your other option... would be to use pointers. and have the first pointer var p :Pointer; r :Byte; point to the byte variable...