Paul,
I am having an unusual result with the following line in a large menu page. I print out the same real*8 variable with a %rf and %wf format, but the %rf displays the value of another variable.
i = winio@ ('%2nl %rf Production Variability factor %wf&', RH_var_weight, RH_var_weight)
Can there be any easy explaination why the %rf is displaying another variable (r_d1) which is the first real*8 variable listed in the menu page structure ?
i = winio@ (' %20sl&',r_d1,r_min,r_max)
It appears to me that the table of variable addresses is being modified/corrupted.
This is part of a very large simulation model I am developing and would be difficult to send. I could send the module definitions and this routine with a screen dump showing the apparent error.
Any ideas where to look ?
Regards John