p$TDV:Allg:PGSort_Nodup
p$TDV:Allg:PGSort_Nodup
Sorting of a single-index parameter group by one sorting column. With this sorting function all rows are deleted that have the identical name as the parameter ’PName’. Stop criterion of the sorting process is: PName[Index] is EMPTY or Undef.
Syntax: | p$TDV:Allg:PGSort_Nodup (PGNameIDX, PGNameTmp, PName) | ||
| Argument | Type | Meaning |
| PGNameIDX | String | Name of the parameter group to be sorted |
| PGNameTmp | String | Name of a temporary not indexed parameter group of the same type as PGNameIDX. |
| PName | String | Name of the parameter to be sorted by |