home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / trl14db.zip / TRLPRG.EXE / MTOSS.PRG < prev    next >
Text File  |  1990-10-22  |  362b  |  17 lines

  1. ***********
  2. * MTOSS.PRG
  3. * by Tom Rettig and Leonard Zerman
  4. * Placed in the Public Domain by Tom Rettig Associates, 10/22/1990.
  5. *
  6. * SYNTAX: DO MTOSS WITH <minutes> 
  7. * RETURN: <expN> number of seconds that equal <minutes>
  8. ***********
  9. PARAMETERS par1 
  10. CALL Trpass  WITH par1
  11. CALL Trexe   WITH "MTOSS"
  12. IF fox
  13.    RETURN (tr_retn)
  14. ENDIF
  15. * eof mtoss *
  16.  
  17.