p$TDV:Allg:PGCopy
p$TDV:Allg:PGCopy
Copying of all or the specified number of entries of a parameter group array in another parameter group array. If number is 0 all entries of the array are copied. If one array has fewer entries than the other array the smaller number is used. The names of the arrays are denominated without index.
Please note: The transferred names are directly assigned as a string, and is therefore surrounded in quotation marks. Furthermore the parameter groups have to be global!
Syntax: | p$TDV:Allg:PGCopy( PGQ , PGZ, Number) | ||
| Argument | Type | Meaning |
| PGQ | String | Name of the source parameter group array (as a string) |
| PGZ | String | Name of the destination parameter group array (as a string) |
| Number | Integer | Max. Number of taken entries in array or 0 if the function is supposed to calculate the number by itself. |
Example: | p$tdv:allg:pgcopy('Addresses','People',Number) | ||