User Tag List

Results 1 to 3 of 3

Thread: Word Totals Counting?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Word Totals Counting?

    Is there any way to take the contents of a rich edit and list every word and get the amount of times each was used?

    So for example if the text was 'it was the best in the world' you would get -

    it = 1
    was = 1
    the = 2
    best = 1

    etc, i can count the total words no problem but im not sure how to do this right now. Any extensions that do this or ideas/examples how to do it? thanks

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,367
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: Word Totals Counting?

    You could put all the words in an array or a list and loop through it. On each word, put it in a 2-dimentional array and set one value to the word, and another value to the word count.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Word Totals Counting?

    How do you send each word to a list dynamically though? I was originally thinking it could be done like that but im not sure how to send each word to a list in realtime. So if you removed words in the middle of the rich edit it removes in the right list positions also.

    Thats the problem really because it needs to be adjustable text always as it's not a static word list and will change. If it were words i always would know it would be easy enough but im not sure how to do a updating version yet.

Similar Threads

  1. Individual word by word string comparison?
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 5th May 2013, 05:52 PM
  2. Highlight text word by word - grammar exercises
    By Boba Fonts in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 5th September 2011, 05:36 PM
  3. Word Counting Problem
    By Atom in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 2nd September 2009, 06:00 PM
  4. ?Set up a word dictionary instead of a word censor
    By Neonotso in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 27th January 2007, 03:37 PM
  5. Counting how many...
    By MechatheSlag in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 17th October 2006, 09:36 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
  •