f$PGTypeName (f$PGTypName)
f$PGTypeName (f$PGTypName)
Get the type name (name of the parameter table) for the parameter group entered.
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: | TypeName = f$PGTypeName( pg ) | ||
| Argument | Type | Meaning |
| Pg | String | Name of the parameter group |
Result: | String | Type name of the parameter group | |
Example: | TypeName = f$PGTypeName( 'Motor' ) → TypeName = 'Part' | ||