p$TDV:Allg:ParaEntf
p$TDV:Allg:ParaEntf
Erase an entry from the given parameter array. The subsequent entries are moved forward.
Please note: The name, which is passed in Arrayname is passed indirectly in a string, and is therefore surrounded in quotation marks. Furthermore the array itself has to be global!
Please note: Through the insertion, Number is decreased by 1. The parameter for administration of the number of filled entries has to be adjusted.
Syntax: | p$tdv:allg:ParaEntf( Arrayname , Index , Count ) | ||
| Argument | Type | Meaning |
| Array name | String | Name of the parameter array (as a string) |
| Index | Integer | Index of the entry to be erased |
| Number | Integer | Max. number of taken entries in the array or 0 if the function is supposed to calculate the number by itself. In this case the first undefined array entry serves as stop criterion |
Result: | - |
| |
Example: | p$TDV:Allg:PGEntf( 'Clients', 3, 20 ) | ||