User Tag List

Results 1 to 4 of 4

Thread: Delete List Duplicates

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Location
    www.dingdongstudios.co.nr
    Posts
    505
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Delete List Duplicates

    How can I delete duplicates from a list object?

    Like say I have two lines with the same items in, how can I delete one and keep the other, Ive been playing with different loops for the past 2 days!

    PS Merry Xmas!

  2. #2
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Jun 2006
    Location
    Australia
    Posts
    682
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Delete List Duplicates

    easily, just loop through the list, and have two other conditions
    if
    listItem(i) = "fish"
    &
    listItem(i+1) = "fish"

    then do the action of deleting the item at i.

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Delete List Duplicates

    And if the two identicals are spread through the list, sort the list.

  4. #4
    No Products Registered

    Join Date
    Jul 2006
    Location
    www.dingdongstudios.co.nr
    Posts
    505
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Delete List Duplicates

    Ah ha! Thanks guys! A lot easier than what I was trying!

Similar Threads

  1. Pick Random but delete from possible list?
    By EdibleWare in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 5th October 2013, 10:06 PM
  2. How would YOU delete all blank lines from List Object?
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 7th July 2013, 09:41 AM
  3. remove duplicates in list objects
    By lembi2001 in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 19th November 2010, 02:29 PM
  4. Delete line from List View - for mmf2
    By Nick in forum File Archive
    Replies: 1
    Last Post: 20th March 2009, 04:51 AM
  5. Duplicates
    By Angelfox in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 6th February 2009, 12:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •