Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ukma!rutgers!sunybcs!ugcaico From: ugcaico@cs.Buffalo.EDU (Frank Caico) Newsgroups: comp.lang.ada Subject: Re: Deferring the definition of a private type to the body Message-ID: <3047@cs.Buffalo.EDU> Date: 2 Dec 88 16:49:04 GMT References: <4110@enea.se> Reply-To: ugcaico@sunybcs.UUCP (Frank Caico) Organization: SUNY/Buffalo Computer Science Lines: 10 Im using Ada on an Encore Mulitmatic and am having problems with puts. (should be a standard ada syntax question) why is it when i want to print out a string value sometimes i have to include a .s or the compiler gives me an incorrect type error? ex; put (argv(x).s); im using Ada on an Encore Multimatic with their compiler. .