Witaj, Piotr.
In my Master script, i'm opening a data source and then running a loop that builds some arrays based on that (I say arrays because they were intended to be a mix of string and numeric values based on single source).
Inside that loop there's a nested loop which attempts to find a match between the values found in the data source and the current layout info (request("homedb_info")).
The reason that the loop was placed in Master was that I was also referring to those array values in the Interface script.
For now, I'm moving it all to the 2D script and I will have to re-think the Interface script.