Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. For j = 1 To 27
  2. For i = 1 To 37
  3. If Dec1998(i) = DecGIS(j) And Stream1998(i) = StreamGIS(j) And Trib1998(i) = TribGIS(j) Then
  4. ID_GIS(j) = Rec1998(i)
  5. Else
  6. ID_GIS(j) = "No match"
  7. End If
  8. Next i
  9. Next j
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement