Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!unmvax!pprg.unm.edu!hc!lll-winken!arisia!cdp!ipis From: ipis@cdp.UUCP Newsgroups: comp.lang.pascal Subject: Re: (re:)**3 function return value Message-ID: <134300005@cdp> Date: 14 Mar 89 02:05:00 GMT References: <18654@adm.brl.mil> Lines: 6 Nf-ID: #R:adm.brl.mil:18654:cdp:134300005:000:232 Nf-From: cdp.UUCP!ipis Mar 13 18:05:00 1989 I see no reason why it shouldn't be legal. Are you concerned with the multiple declarations of "D" and "T" (no problem because they're inside records) or of using a user-defined type in a record? Either one should be fine. --andy