f$PGSetVal
f$PGSetVal
This function sets the value of an parameter in all lines of a indexed parameter group.
Syntax: | Status = f$PGSetVal ( 'PGName' , 'ParaName' , Count , Value ) | ||
| Argument | Typ | Bedeutung |
| PGName | String | Name of the 1-dimension parameter group , in which the parameter should be set |
| Feldname | String | Name of the parameters which shoul be set |
| Count | Integer | Number of indices, which shoul be set. 0 means all existing indices. |
| Value | Depends on the typ of the parameter | Value of the Parameters. The value must have the same data type than the parameter |
Result: | Integer | The following statuses are possible: 0 : ok -2 : parameter group does not exist -3 : parameter does not exist -4 : Value is not of the type of the parameter | |