p$TDV:Allg:PGSort
p$TDV:Allg:PGSort
Sort a single-index parameter group by one or two columns. If only criterion 1 is used, an EMPTY string has to be transferred as second criterion. Stop criterion of the sorting process is: PName1[Index] is Undef.
Please note: This function is existent due to compatibility reasons. Instead of this function the function f$PGSort should be used.
Syntax: | p$TDV:Allg:PGSort (PGNameIDX,PGNameTmp,PName1,PName2) | ||
| 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. |
| PName1 | String | Name of the parameter to be sorted by |
| Pname2 | String | Name of the parameter group to be sorted if the content of PName1 is identical. |