home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / 52capi.zip / DBSTRUCT.CH < prev    next >
Text File  |  1993-02-15  |  368b  |  24 lines

  1. /***
  2. *
  3. *  Dbstruct.ch
  4. *
  5. *  DBSTRUCT() function definitions
  6. *
  7. *  Copyright (c) 1990-1993, Computer Associates International, Inc.
  8. *  All rights reserved.
  9. *
  10. */
  11.  
  12.  
  13. // Subscripts for field structure array
  14. #define DBS_NAME        1
  15. #define DBS_TYPE        2
  16. #define DBS_LEN          3
  17. #define DBS_DEC          4
  18.  
  19. // Length of array
  20. #define DBS_ALEN        4
  21.  
  22. #define _DBSTRUCT_CH
  23.  
  24.