dedupe
Remove duplicates from an array
Syntax
Usage
As it says on the tin. dedupe returns an array with duplicate values removed (including duplicate zero's).
Outputs and arguments
i/kresult[] -- The output array.
i/kArr[] -- The input array
Remove duplicates from an array
As it says on the tin. dedupe returns an array with duplicate values removed (including duplicate zero's).
i/kresult[] -- The output array.
i/kArr[] -- The input array