for each one of problem

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • This is how I make Fast loops works:
    Start loop "Test" n times // n = NLines( "Filelist" )
    On loop "Test"
    _______Str + Str + Text$( "Filelist", LoopIndex("Test" ), 0 )

    // Str is a Global var

    I can't get for each one of to works:
    Start for each one of (List) Loop name "Test2"
    On each one of (List), loop name "Test2"
    _______Str + Str + Str$( ForEachLoopIndex( "List" ) )

    Nothing happen!
    How I can get a LoopIndex("Test2" ) for: for each one of?
    How can I see when the foreach loop is done?

    With LoopIndex("Test" ) I have full control over the for

    Edited once, last by MOBii (January 11, 2014 at 4:55 PM).

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!