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