...
Code Block |
---|
for i=1 to count(val_date) do ... your code will go here ... end end for |
Within the loop
first construct an area of e.g. 10 degrees wide centred on the current track point.
...
...
Code Block |
---|
for i=1 to count(val_date) do ... your code will go here ... end end for |
Within the loop
first construct an area of e.g. 10 degrees wide centred on the current track point.
...