User Tag List

Results 1 to 3 of 3

Thread: String Parser find text

  1. #1
    No Products Registered

    Join Date
    Apr 2009
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    String Parser find text

    I have a problem with string parser,
    I always thought you can decide at which element a search for an element starts, but it seems like it can only find the first one.

    Jsut added an example, which will look for "ipsum" on the right bottom edit box, you enter, at which element the search should start
    Attached files Attached files

  2. #2
    No Products Registered

    Join Date
    Apr 2009
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: String Parser find text

    Is this a bug, or does just nobody know how to use this?

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: String Parser find text

    This should work...

    Your Edit Box 2 "Number of element, containing ipsum:" is set to "Str$(listFind( "String Parser", "ipsum", Val(Edittext$( "Edit Box 3" ))))" but listFind() returns the index where the first "ipsum" was found searched from the start index Val(Edittext$( "Edit Box 3" )).

    You have to update the start index for every search else only the index of the first word will be returned. Search after the first search from the returned index and so on ...

Similar Threads

  1. Wildcard possible with - Rich Text Object: Controls > Find > Find and Select Text ??
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 22nd March 2013, 01:28 PM
  2. Extracting Text Using String Parser?
    By pinacoladaxb in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 22nd September 2009, 01:59 AM
  3. Clearing the top line of text is String Parser.
    By ACESpark in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 25th June 2007, 03:20 PM
  4. String Parser 2 & Text Blitter [MMF2]
    By LuZeke in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 16th August 2006, 07:41 PM

Posting Permissions

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