Post
Topic
Board Development & Technical Discussion
Re: All used addresses
by
LoyceMobile
on 24/08/2020, 10:43:44 UTC
I might have just misunderstood the problem, might want to elaborate the actual issue?
I want to remove duplicate lines without changing the order, so only keeping the first occurrence.

Say:
A
G
D
A
B
C
D

I want to keep:
A
G
D
B
C