Path: utzoo!dciem!juana From: juana@dciem.dciem.dnd.ca (Juana Chang) Newsgroups: comp.sys.mac.programmer Subject: How to write a tab into a file? Message-ID: <3556@dciem.dciem.dnd.ca> Date: 21 Sep 90 18:38:22 GMT Organization: DCIEM, Toronto, Canada Lines: 18 Hi. This is probably (hopefully) a simple question. How do you write a tab into a file. 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] and what I need to know is what to put in the format statement of the fprintf. Thanks for any help !!! Juana