User Tag List

Results 1 to 3 of 3

Thread: How do i do a ForEach

  1. #1
    Clicker Multimedia Fusion 2 DeveloperAndroid Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)HTML5 Export Module (Steam)SWF Export Module (Steam)Firefly 3D Module (Steam)
    Spryz's Avatar
    Join Date
    Jul 2006
    Location
    United Kingdom
    Posts
    251
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How do i do a ForEach

    I have a list of IP:Ports on my website, each one is on a new line, i grab that list via Line Reciever and set the source of my String Parser to that data, the delimiter is...
    "
    "
    This would be a fresh line, it seems to work ok, what i am looking for is a ForEach option, is there an option like that anywhere so i can do the following.

    For each delimiter, "Do Actions Here"

    Thank you in advance for any replies and any help

  2. #2
    No Products Registered

    Join Date
    Apr 2008
    Posts
    65
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do i do a ForEach

    Use the fastloop, have it loop the action you need to do for the number of lines in the list, and then use the number of the loop you're on to choose the right data.

    Ex: List of 10 things:

    Grab list, run loop "list" 10 times (this 10 can obviously be drawn by list length)
    On loop "list" Write list + (delimiter)

    If you wanted to get fancy, embedd two loops and have the second one remove the unneccessary delimiter when the first loop runs its time


    Hope that works (:

  3. #3
    Clicker Multimedia Fusion 2 DeveloperAndroid Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)HTML5 Export Module (Steam)SWF Export Module (Steam)Firefly 3D Module (Steam)
    Spryz's Avatar
    Join Date
    Jul 2006
    Location
    United Kingdom
    Posts
    251
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How do i do a ForEach

    Thanks i will do a test of this tomorrow, its very late night here, 1:40am hehe Thanks pirodaggar

Similar Threads

  1. Foreach and ID
    By TheFieryPlumber in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 25th July 2013, 03:54 AM
  2. Foreach
    By AndyH in forum iOS Export Module Version 2.0
    Replies: 10
    Last Post: 31st January 2012, 06:47 AM
  3. Overlapping With ForEach
    By FlinkGigitty in forum File Archive
    Replies: 0
    Last Post: 17th May 2011, 12:47 PM
  4. ForEach in swf
    By MJK in forum SWF/Flash Export Module Version 2.0
    Replies: 2
    Last Post: 18th July 2010, 07:27 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
  •