Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!smurf!urlichs From: urlichs@smurf.sub.org (Matthias Urlichs) Newsgroups: comp.sys.mac.programmer Subject: Re: How do you get the NewLine mode to work? Keywords: Newline,Filemanager,PBread Message-ID: Date: 10 Nov 90 12:53:19 GMT References: <18094@unix.SRI.COM> Organization: University of Karlsruhe, FRG Lines: 20 In comp.sys.mac.programmer, article <18094@unix.SRI.COM>, mxmora@sri-unix.sri.com (Matt Mora) writes: < I'm trying to get the newline mode to work with PBread < but I am having no luck. [...] < < This is what I tried : < < posmode := $0D00; {set the highorder byte to CR } < BitSet(@PosMode, 0); {set bit 7 } Now posmode will end up being set to $8D00, which is probably not what you want. Replace these two lines with posmode := $0D80; and it should work. -- Matthias Urlichs -- urlichs@smurf.sub.org -- urlichs@smurf.ira.uka.de /(o\ Humboldtstrasse 7 - 7500 Karlsruhe 1 - FRG -- +49+721+621127(0700-2330) \o)/