The PRM functions can be used to
access and modify values in the parameter file.
|
F$PARDEF()
|
|
F$PARDEF() is used to retrieve the default value for the named
numeric or string parameter.
|
|
F$PARMAX()
|
|
F$PARMAX() is used to retrieve the maximum legal value for the
named numeric parameter.
|
|
F$PARMIN()
|
|
F$PARMIN() is used to retrieve the minimum legal value for the
named numeric parameter.
|
|
|
GetParMax()
|
|
GetParMax() is used to retrieve the maximum legal value for the named
numeric parameter.
|
|
GetParMin()
|
|
GetParMin() is used to retrieve the minimum legal value for the named
numeric parameter.
|
|