home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / WWIV2.ZIP / LOADCOM.C < prev    next >
Text File  |  1994-09-15  |  584b  |  28 lines

  1.               case 'L':
  2.                 if (!so())
  3.           break;
  4.         b=readfile(&(msgs[msgnum].msg),(subboards[curlsub].filename),&len);
  5.         quote_out(b,len, msgs[msgnum].title);
  6.                 nl();
  7.         prt(2,get_string(7)); /*Filename?*/
  8.         input(s,50);
  9.         if (s[0]) {
  10.           nl();
  11.           prt(5,get_string(17)); /*Allow editing?*/
  12.           if (yn()) {
  13.             nl();
  14.             load_workspace(s,0);
  15.           } else {
  16.             nl();
  17.             load_workspace(s,1);
  18.           }
  19.         }
  20.         break;
  21. /*************/
  22.             }
  23.       } else {
  24.         if (strcmp(s,"CLS")==0)
  25.           outchr('\x0c');
  26.       }
  27.         break;
  28.