home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Software / Komercni / xbase / express / exd17208.r04 / exp17 / Include / Dcscope.ch < prev    next >
Encoding:
Text File  |  2002-01-30  |  813 b   |  23 lines

  1. /*
  2.  ╓────────────────────────────────────────────────────╖
  3.  ║  Program..: DCSCOPE.CH                             ║
  4.  ║  Author...: Roger J. Donnay                        ║
  5.  ║  Notice...: (c) DONNAY Software Designs 1987-1995  ║
  6.  ║  Date.....: Oct  5, 1995                           ║
  7.  ║  Notes....: defines for dCLIP scope array system   ║
  8.  ╙────────────────────────────────────────────────────╜
  9. */
  10.  
  11. /* -- Defines for <aScope> array -- */
  12.  
  13. #define DCSCOPE_FORBLOCK     aScope[1]
  14. #define DCSCOPE_WHILEBLOCK   aScope[2]
  15. #define DCSCOPE_RECORDS      aScope[3]
  16. #define DCSCOPE_RECNO        aScope[4]
  17. #define DCSCOPE_REST         aScope[5]
  18. #define DCSCOPE_TOP          aScope[6]
  19. #define DCSCOPE_BOTTOM       aScope[7]
  20. #define DCSCOPE_FOREXPR      aScope[8]
  21. #define DCSCOPE_WHILEEXPR    aScope[9]
  22.  
  23.