So I am using the CSV plugin by Rex. I've been using it for years because I like it better than Construct's arrays or any other database format. I just build spreadsheets with as many rows and columns as I like and it allows me to save all the data I want between layouts and I can reference it by column name.
So I started using the new functions-built-in with a return and I ran into a problem.
I made a function that cycles through my CSV database crunching the data and returning a value.
But I also have some code that cycles through the CSV but then calls this function above. So both are reading the CSV and I'm using "For Each Column" in both which utilizes the CSV.CurRow and what happens is the CSV-data after the function call (that also references the CSV) is all zeroed out.
I tried a "Wait for Previous Actions" but it didn't work.
Is this a limitation with the CSV plugin or something I'm doing wrong with Construct built-in Functions?