Hello,
I have a variable with about 1420 lines of text in it. Just under half are duplicates.
How do I remove the duplicated lines?
Thanks,
Andrew
Removing Duplicates
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 184
- Joined: Wed Apr 10, 2013 5:09 pm
Re: Removing Duplicates
..........
Last edited by [-hh] on Wed Aug 13, 2014 12:10 pm, edited 1 time in total.
shiftLock happens
-
- VIP Livecode Opensource Backer
- Posts: 184
- Joined: Wed Apr 10, 2013 5:09 pm
Re: Removing Duplicates
Hi,
Thanks [-hh]!
That works amazingly well!
Andrew
Thanks [-hh]!
That works amazingly well!
Andrew
Re: Removing Duplicates
..........
Last edited by [-hh] on Wed Aug 13, 2014 12:09 pm, edited 1 time in total.
shiftLock happens
Re: Removing Duplicates
Hi,
in Livecode go to
Resources -> Sample Scripts -> Text -> Listing all the unique words in a piece of text (this is a slight variation of getting unique lines)
So thank you RunRev
Kind regards
Bernd
well, I got it from RunRev:I got it under a different topic from 'dunbarx' and 'bn' (they got it from ...)
in Livecode go to
Resources -> Sample Scripts -> Text -> Listing all the unique words in a piece of text (this is a slight variation of getting unique lines)
So thank you RunRev
Kind regards
Bernd