Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!att!shuxd!devildog!atux01!jlc From: jlc@atux01.UUCP (J. Collymore) Newsgroups: comp.sys.mac.hypercard Subject: Need help with formatting text into columns Keywords: PLEASE READ ON! Message-ID: <1339@atux01.UUCP> Date: 23 Jun 89 16:33:46 GMT Organization: AT&T CSEd/CET, Piscataway, N.J. Lines: 34 I REALLY need to find a way to format data into a COLUMNS that will be printed out as a file. Basically what I'm doing is having HyperCard (HC) go through a background's fields and get a specific line of a specified field. I then have the line sent (and added to) a variable. Once all the fields of the background have been scanned, I then open a file, send the contents of the variable to the file, close the file, and then have the file printed. The problem is is that what I get printed out is something like this: This is line 1 This is line 1 This is line 1 This is line 1...etc. What I'd LIKE to get is: This is line 1 This is line 1 This is line 1 This is line 1 This is line 1 This is line 1 This is line 1 This is line 1 This is line 1 THis is line 1 ... etc. Does ANYONE out there know how this can be done? I've tried a lot of script variations, and none of them quite works. OH! I should add that the lines of text that need to be set into columns will NOT be of equal length. THerefore, I really want to make 3 columns and have the text left justified within each column. Do any of you have any scripting siggestions to accomplish this. I'd appreciate ANY suggestions. Thanks for your help. Jim Collymore