home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!usc!sol.ctr.columbia.edu!destroyer!gumby!kzoo!k044477
- From: k044477@hobbes.kzoo.edu (Jamie R. McCarthy)
- Subject: Re: annoying pascal strings
- Message-ID: <1992Aug12.182106.6970@hobbes.kzoo.edu>
- Organization: Kalamazoo College
- References: <1992Aug10.132907.23439@das.harvard.edu> <1992Aug11.033047.12451@ccu1.aukuni.ac.nz> <1992Aug12.164239.280@dtint.uucp>
- Date: Wed, 12 Aug 1992 18:21:06 GMT
- Lines: 15
-
- tom@dtint.uucp (Thomas R. Kimpton) writes:
- >
- >This is one of my favorite constructs on the mac:
- >{
- >char dstr[257];
- > dstr[0] = sprintf(&dstr[1],"debug info");
- > DebugStr(dstr);
- >}
-
- I just write: DebugStr("\pdebug info");
-
- Does MPW not let you do the "\p"-string-prefix thing?
- --
- Jamie McCarthy Internet: k044477@kzoo.edu AppleLink: j.mccarthy
- "Oh shut up." - Dan "Maynard" Gannon, 28 July 1992
-