home *** CD-ROM | disk | FTP | other *** search
- /*-----------------------------Add Append---------------------------*/
- /* */
- /* DESCRIPTION: If file exists ask if the user would like to start a*/
- /* new list, add to an existing one, or exit. */
- /* */
- /* RETURNS : 'O' if file doesn't exist or new list is chosen */
- /* 'A' if append is chosen */
- /* 'X' if return is chosen */
- /* */
- /* USES : Frame, select, OnCursor, OffCursor */
- /*------------------------------------------------------------------*/
-
- char AddAppend(char *file)