Function: GgiEditorSave Purpose: Save a Ggi text editor's contents to file. Category: USER-INTERFACE File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident editor, result; result = GgiEditorSave(editor); result - copy of the 'editor' argument. editor - editor element. Description: GgiEditorSave saves an editor element's contents to file. The editor must have been created with a file source, i.e. with a 'size' of -1. The keyword associated with the editor is reset. Updates: Feb 11, 2000: JPT, Document created.