Path: utzoo!hoptoad!uunet!snorkelwacker!apple!usc!cs.utexas.edu!mailrus!uflorida!beach.cis.ufl.edu!jmb From: jmb@beach.cis.ufl.edu (John M Boof) Newsgroups: alt.sources.wanted Subject: Re: Pascal record formatter Summary: This is compiler/OS -dependent Message-ID: <21235@uflorida.cis.ufl.EDU> Date: 16 Nov 89 09:30:59 GMT References: <5011@udccvax1.acs.udel.EDU> Sender: news@uflorida.cis.ufl.EDU Reply-To: jmb@beach.cis.ufl.edu () Organization: UF CIS Department Lines: 7 What you are asking for is highly compiler-dependent, since there is no standard way to get this type info. You will be dealing with direct memory analysis, and this is available on VMS/Pascal. The storage structure of the records is documented in the VMS manuals, and the subroutine you are looking for sounds useful, but only tedious to write (very tedious, perhaps). ...JMBoof