f$PGDimension
f$PGDimension
You can use this function to read or change the dimension of a 1-dimension parameter group. A requirement for this is that no parameters in the parameter group are indexed.
Syntax: | Index = f$PGDimension ( PGName [,Count]) | ||
| Argument | Type | Meaning |
| PGName | String | Name of the 1-dimension parameter group to be modified. |
| Count | Integer | Number of the new index for the parameter group or 0. If the number is left out or is 0, only the current index is returned. |
Result: | Integer | >0 : index of the parameter group. 0 : the parameter group is not indexed -1 : the parameter group is not 1-dimensional -2 : not enough memory -3 : the parameter group does not exist -4 : the number entered is less than 0 | |