Project

General

Profile

Download (332 Bytes) Statistics
| Branch: | Revision:
1

    
2
&setvar fileunit = [open lc_list.txt openstatus -read] 
3
&do loop = 1 &to 72 &by 1
4
  &setvar lc_%loop% = [read %fileunit% readstatus]
5
&end
6
  &setvar close = [close %fileunit%]
7

    
8
&do loop = 50 &to 72 &by 1
9

    
10
cw I:\NCEAS\GLCNMO\lc%loop%\lc%loop%
11

    
12
w I:\NCEAS\GLCNMO\lc%loop%\lc%loop%
13

    
14
IMAGEGRID lc%loop% lc%loop%
15

    
16
&end
17

    
(3-3/3)