home *** CD-ROM | disk | FTP | other *** search
- /*
- ╓────────────────────────────────────────────────────╖
- ║ Program..: DCSCOPE.CH ║
- ║ Author...: Roger J. Donnay ║
- ║ Notice...: (c) DONNAY Software Designs 1987-1995 ║
- ║ Date.....: Oct 5, 1995 ║
- ║ Notes....: defines for dCLIP scope array system ║
- ╙────────────────────────────────────────────────────╜
- */
-
- /* -- Defines for <aScope> array -- */
-
- #define DCSCOPE_FORBLOCK aScope[1]
- #define DCSCOPE_WHILEBLOCK aScope[2]
- #define DCSCOPE_RECORDS aScope[3]
- #define DCSCOPE_RECNO aScope[4]
- #define DCSCOPE_REST aScope[5]
- #define DCSCOPE_TOP aScope[6]
- #define DCSCOPE_BOTTOM aScope[7]
- #define DCSCOPE_FOREXPR aScope[8]
- #define DCSCOPE_WHILEEXPR aScope[9]
-
-