f$ParameterFormat
f$ParameterFormat
This function sets the format of a parameter from a string. If the parameter does not exist, it leads to an error. The format of a parameter overrides the format entered in the parameter table or parameter group definition. The format helps to manage the presentation of the parameter in a dialog or output document.
Please note: the parameter name is usually given as string constants, i.e. in quotation marks.
Syntax: | f$ParameterFormat( ParaName , Format ) | ||
| Argument | Type | Meaning |
| ParaName | String | Name of the parameter |
| Format | String | Format of the parameter (e.g. '#.00 €') |
Example: | f$ParameterFormat('one.FQuantity','#.00 m3/h') | ||