2008-03-11 02:59 PM
2008-04-19 07:57 AM
There are cases where it's more reliable to do the calculation separately, such as if the value will be used in other calculations besides the PARAMETERS statement. For some reason, changing the value of the parameter does not always change the value of the variable.you right, the best is to place the equation in the master script as well (especially with zones).
2008-04-21 09:55 PM
When resetting the value of a parameter in a certain condition in the--
Parameter Script using the “parameters” command, a similar statement must be put into the Master Script, especially if the modification of the second
parameter changes the value of a third (or more) parameter. E.g.:
if xx then parameters yy=1 (Parameter script)
if xx then yy=1 (Master script)
2008-04-24 09:10 PM
Juha wrote:Still true in the latest GDL Technical Standards.
This can be found in the old GDL programming standards and seems still to be true after 8 years.
2008-11-03 05:05 PM
2008-11-03 05:28 PM
2008-11-03 07:17 PM
2008-11-03 08:18 PM