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

  1. ***********
  2. * ISTSTIME.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 ISTSTIME WITH <time string> 
  7. * RETURN: <expL> true if <time string> is vaild in format and contents
  8. ***********
  9. PARAMETERS par1 
  10. CALL Trpass  WITH par1
  11. CALL Trexe   WITH "ISTSTIME"
  12. IF fox
  13.    RETURN (tr_retl)
  14. ENDIF
  15. * eof iststime *
  16.  
  17.