f$PGUndef
f$PGUndef
Initialize all parameters in a parameter group to NOVAL state (irrespective of the initializations in the parameter table).
With indexed parameter groups, all indices can be initialized at once as well. To do this, an empty pair of brackets (without spaces) must follow the PG name or a 0 as index ( ’PGName[0]’ ).
Please note: the name of the parameter group is usually given in string constants, i.e. in quotation marks. If a string parameter is entered - such as in the syntax description - the value of the entered parameter is treated as the parameter group name (as long as it is a string)
Syntax: | f$PGUndef( pg ) | ||
| Argument | Type | Meaning |
| Pg | String | Name of the parameter group |
Result: | - |
| |
Example: | PGUndef( 'Customer' ) PGUndef( 'CList[]' ) | ||