values do not update
Jose Augusto Paixao Veiga
jaugusto at CPTEC.INPE.BR
Thu May 31 08:19:16 EDT 2007
Dear all,
In a short script I am trying to update values to include in my graphics for
each time. For the first time it works (t=1), however in the following times
(t>1) the values are not updated in my graphic output. The values that rise
are "grid". Where am I making mistakes?
Bellow I put part of the script.
I really appreciate helps
Thanks in advance
Veiga
'reinit'
'open file.ctl'
i=1
while (i <= 5)
'set t ' i
'd ge/1e03'
rc=sublin(result,1)
nval=subwrd(rc,4)
ge=substr(nval,1,4)
ge = ge
'draw string 0.7 7.5 '%ge
'draw rec 2.5 2.0 4.5 3.5'
pull n
'c'
i=i+1
endwhile
More information about the gradsusr
mailing list