Document-ID:        6780.1
Subject:            Exporting Graphics Code to A Flat File
Author:             SSLACK
Last Modified:      19 Aug 94 


If you want to easily export all of your OG2 code to a text file, you need to
do the following:

Start up the designer with your application
Bring up the debugging environment ([menu] [file] [run] [file/database])
In the modal DE window that comes up, in the lower half of the window (at
  the prompt), type:

export file BLAH.txt programunit *

All of your program units will be exported to the file BLAH.txt which you can
then edit with any text editor (vi, teach text, note pad, emacs (yuk!), etc.).