Parameter functions
Parameter functions
Here all functions related to manipulating individual parameters are summarized.
f$SetParameter | Set a parameter value from a string. Numbers with . as decimal separator are expected. |
f$SetParameterFormat | Set a parameter value from a string. The format of the parameter is taken into account. If a format is not defined, the regional settings are used. |
f$GetParameter | Get the value of a parameter. The result is written into a parameter of string type. |
f$GetParameterFormat | Get the value of a parameter. The result is written into a parameter of string type. When using numbers, the format or regional settings are observed. |
f$DefineParameter | Define a parameter. |
f$ParameterFormat | Set the format for a parameter. The parameter format from the definition is overwritten with this function. |
See also:
f$SetParameter (f$SetzeParameter)
f$SetParameterFormat (f$SetzeParameterFormat)
f$GetParameter (f$LiesParameter)