Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!well!gam3 From: gam3@well.UUCP (G. Allen Morris III) Newsgroups: comp.sys.mac.programmer Subject: Re: C to Pascal strings Message-ID: <5352@well.UUCP> Date: 3 Mar 88 00:07:22 GMT References: <4619@pucc.Princeton.EDU> Reply-To: gam3@well.UUCP (G. Allen Morris III) Organization: Whole Earth 'Lectronic Link, Sausalito, CA Lines: 7 a pascal string looks like: struct pascalString { char stringSize; char string[255]; } Hope that helps.