home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff335.lzh / DTC / stmtfuncsp.for < prev   
Text File  |  1990-03-22  |  682b  |  26 lines

  1. c Useful statement functions:
  2. c   1) type checking of single character
  3. c   2) quick binary to 2-digit bcd conversion, and vice versa
  4. c   3) Check for leap-year (Gregorian)
  5. c   4) Hashdate for DTC appointment matching
  6. c
  7. c specification stmts
  8. c ! Character type checking
  9.       logical numeric, chnumeric,      
  10.      1   lcalpha, alpha,
  11.      2   islpyr            
  12. c ! value check
  13.       integer*1 ch
  14. c ! Single argument
  15.       character*1 chch
  16. c      integer*2  ich2         
  17. c ! Conversion routines
  18. c ! Compilation default
  19. c      integer*2  icvtbn1, inum, ihymd,   
  20.       integer*4   inum, ihymd,   
  21.      1  izyr, izmo, izdy         
  22. c ! ..
  23. c
  24. c End statement functions specifications
  25.  
  26.