p$TDV:Allg:PGEinf
p$TDV:Allg:PGEinf
Input of a parameter group into the given PG array. The subsequent PGs are moved backwards. Before the import the index of the parameter group array is set to EMPTY. The import is carried out using the function f$Word:Document . In case the parameter group to be imported is of different type than the parameter group array the rules described there hold.
Please note: The parameter group array which is transferred to PG array name is directly assigned as a string, and is therefore surrounded in quotation marks. Furthermore the array itself has to be global! The same applies to the parameter group to be imported
Please note: By the insertion number is increased by 1. The parameter for administration of the number of filled entries has to be adjusted.
Syntax: | p$TDV:Allg:PGEinf ( PGArrayName, Index, Number, PGInsert ) | ||
| Argument | Type | Meaning |
| PGArrayName | String | Name of the parameter group array (as a string) |
| Index | Integer | Index of the PG to be inserted |
| Number | Integer | Max. Number of PGs in array taken |
| PGInsert | String | Name of the parameter group to be imported to the parameter group array at the slot defined by the index. |
Result: | - |
| |
Example: | p$TDV:Allg:PGEinf( 'Clients', 3, 20,'Client_act' ) | ||