HOW TO EXPORT TEXT FROM GEOWRITE

You can save any GeoWrite document as an ascii text file. This will remove all GeoWrite formatting codes from the document (ie. bold, underline, double space) and will make your document readable with an ascii viewer or the dos TYPE command:
from any system prompt, give the command TYPE Filename|more
Where filename is the name of the document 
Note: the | (shift backslash) in |more tells dos you want to see your document one page at a time instead of having it scroll off the screen.

To export a GeoWrite document to ascii text, click on FILES, then click on Save As Text File. Give it a filename (to avoid confusion, give it a name that is similar to your GeoWrite document but not the same. I like using the document name with the extension .txt meaning its saved as ascii text.

QUESTION: (from JohnRlll1) I often need use GEOWRITE to develop and print in-house reports and memos.  Since I also use an E-MAIL system that supports an ASCII file upload, is it possible to have GEOWRITE automatically place a CR and LF at 80 characters when saving a GEOWRITE document as a text file?

Unfortunately when GeoWrite exports a document to ascii text, each line ends with a soft carriage return. There is currently no option to have GeoWrite place a hard return at the end of each line for you. You'll need to do this yourself using an ascii editor.