Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!julius.cs.uiuc.edu!apple!motcsd!dms!rotberg From: rotberg@dms.UUCP (Ed Rotberg) Newsgroups: comp.sys.mac.programmer Subject: Re: How to write a tab into a file? Message-ID: <1156@dms.UUCP> Date: 24 Sep 90 15:59:08 GMT References: <3556@dciem.dciem.dnd.ca> Organization: Atari Games Inc., Milpitas, CA Lines: 16 From article <3556@dciem.dciem.dnd.ca>, by juana@dciem.dciem.dnd.ca (Juana Chang): > What I need to do is this: > > fprintf(File, "...\n", number0, number1, number2, number3); > > where the result in the file would be: > > number0[tab]number1[tab]number2[tab]number3[return] > \t is the TAB character as defined in K & R. Good Luck. - Ed Rotberg -