home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-06-12 | 515 b | 23 lines |
- [OPTIONS]
- ; Grid.cc1 written by Kent Briggs
- [COMMANDS]
- Grid(0,0,100,100,10,10,1)
- Brush($FFFFFF,0)
- NumVar(n00,set equal to,0)
- Block(While,n00,<=,100)
- Line(n00,0,n00,1.5)
- Line(n00,100,n00,98.5)
- Line(0,n00,1.5,n00)
- Line(100,n00,98.5,n00)
- NumVar(n00,increment by,2)
- EndBlock
- NumVar(n00,set equal to,10)
- Font("Times New Roman",3,0,0,0,0,0,0,0)
- Block(While,n00,<=,90)
- Text(n00,3,1,n00)
- Text(n00,97,7,n00)
- Text(3,n00,3,n00)
- Text(97,n00,5,n00)
- NumVar(n00,increment by,10)
- EndBlock
-