home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progc / cfuncs.arj / ADDAPND.DOC < prev    next >
Encoding:
Text File  |  1991-01-02  |  685 b   |  14 lines

  1. /*-----------------------------Add Append---------------------------*/
  2. /*                                    */
  3. /* DESCRIPTION: If file exists ask if the user would like to start a*/
  4. /*     new list, add to an existing one, or exit.             */
  5. /*                                                                  */
  6. /* RETURNS : 'O' if file doesn't exist or new list is chosen        */
  7. /*           'A' if append is chosen                    */
  8. /*         'X' if return is chosen                    */
  9. /*                                                                  */
  10. /* USES :  Frame, select, OnCursor, OffCursor                */
  11. /*------------------------------------------------------------------*/
  12.  
  13. char AddAppend(char *file)
  14.