Function: GgiEditorSaveAs Purpose: Save a Ggi text editor's contents to a specified file. Category: USER-INTERFACE File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident editor, result; char *name; result = GgiEditorSaveAs(editor, name); result - copy of the 'editor' argument. editor - editor element. name - name of the file to save to. Description: GgiEditorSaveAs saves an editor element's contents to file. The keyword associated with the editor is reset. Updates: Feb 14, 2000: JPT, Document created.