Xref: utzoo comp.sys.mac.hypercard:3857 comp.sys.mac.programmer:15336 Path: utzoo!attcan!uunet!zephyr.ens.tek.com!gvgpsa!treehous!andyp From: andyp@treehous (Andy Peterman) Newsgroups: comp.sys.mac.hypercard,comp.sys.mac.programmer Subject: Re: New Page in TeachText Message-ID: <262@treehous> Date: 15 Jun 90 17:26:23 GMT References: <1990Jun14.155909.2162@computing-maths.cardiff.ac.uk> Followup-To: comp.sys.mac.hypercard Organization: The Tree House Lines: 18 In article <1990Jun14.155909.2162@computing-maths.cardiff.ac.uk> ralph@computing-maths.cardiff.ac.uk (Ralph Martin) writes: >I am using Hypercard, and writing to a file, which I am then using TeachText >to print out. One thing I want to do is every so often force a new page. >the obvious >write formfeed to file whatever >doesnt work. Can anyone give me any ideas on how I might be able to do it? >Thanks. Ralph You can't! Teachtext pages differently depending on the width of the window. The size of the window TeachText uses is initially dependent on the size of the screen. Try squeezing the window real thin and see what happens. I don't know of any text editors that can do a "form feed" as such. I've been able to trick MPW into sending one with a certain character sequence (I use //FF in the first column), but without going to a real word processor, I'm not sure you can do what you're trying to do. Andy Peterman