Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!tut.cis.ohio-state.edu!ucbvax!UCF1VM.BITNET!MARK From: MARK@UCF1VM.BITNET (Mark Woodruff) Newsgroups: comp.lang.modula2 Subject: Re: Clever way to deal with this? Message-ID: <90050.112710MARK@UCF1VM.BITNET> Date: 19 Feb 90 16:27:10 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Modula2 List Organization: University Of Central Florida Lines: 9 Cute idea! I never thought of doing that. By putting an additional nul at the end of the buffer, you should be able to use all the standard Strings functions too! I knew there was a better way to work with these things than filling my code with SYSTEM.ADR() and SYSTEM.ADDRESS() calls. Thanks, mark