home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / bbbsr2.zip / scripts / gotfax.bz < prev    next >
Text File  |  1997-06-26  |  167b  |  13 lines

  1. int main(char s) {
  2.   int num;
  3.  
  4.   if (pos(",",s)) {
  5.     num=copy(s,1,pos(",",s)-1);
  6.     s=delete(s,1,pos(",",s));
  7. /*
  8.     num=fax number
  9.     flid=s
  10. */
  11.   }
  12. }
  13.