p$TDV:Allg:PGEntf
p$TDV:Allg:PGEntf
Delete an entry from the given parameter group array. The subsequent PGs are moved forwards.
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!
Please note: Through the deletion the count is decreased by 1. The parameter for administration of the number of filled entries has to be adjusted.
Syntax: | p$TDV:Allg:PGEntf( PGArrayName, Index, Number ) | ||
| Argument | Type | Meaning |
| PG array name | String | Name of the parameter group array (as a string) |
| Index | Integer | Index of the PG to be erased |
| Number | Integer | Max. Number of PGs in array taken |
Result: | - |
| |
Example: | p$TDV:Allg:PGEntf( 'Clients', 3, 20 ) | ||