Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!rochester!pt.cs.cmu.edu!cadre!mwg From: mwg@cadre.dsl.PITTSBURGH.EDU (Mike W. Groff) Newsgroups: comp.sys.mac.programmer Subject: Re: Yet Another LSC Question Summary: Functions at top of page Keywords: LSC 3.0 Message-ID: <2682@cadre.dsl.PITTSBURGH.EDU> Date: 24 Apr 89 23:20:05 GMT References: <13633@steinmetz.ge.com> <1682@husc6.harvard.edu> Reply-To: mwg@cadre.dsl.pittsburgh.edu (Mike W. Groff) Organization: Decision Systems Lab., Univ. of Pittsburgh, PA. Lines: 15 I am not a LSC type (or even a C type), but this should work if: 1. you do not mind putting a comment immediately before your function. eg, /*function your_function*/ and 2. you do not mind getting the source file into a word processor. If you get the file into Word 3.0 you can: Find What: /*function and Change To: ^12/*function where ^12 is the ascii representation of shift-return. This is the forced page break in Word. I don't use LSC so if I missed something obvious I'm sorry. This is also my first post so I hope it is not a bust. mike groff [mwg@cadre.dsl.pittsburgh.edu] Disclaimer: I'm still too low on the totem pole to need a disclaimer.