- Found in:
- Dylbills PE
Description
Documentation Comment
remove all duplicates in Json int / float / string / form lists, leaving only 1 of each element in the list.
If asceding == true (default) removes duplicate entries from the start of the list first,
Else removes duplicates from end of list first. ======================================================================================
Caveats
Parameters
stringFileName
stringKeyName
boolAcending=true
Examples
Auto-Generated Example
string myString__FileName
string myString__KeyName
bool myBool__Acending
DbMiscFunctions.JsonIntListRemoveAllDuplicates(myString__FileName, myString__KeyName, myBool__Acending)