How can I build a V List Box dynamically?
Hi everyone,I need a window, that can be saved as Word document.At the moment the results are completely useless (as there are a few thousand graphs underneath each other on one page). I figured out why my page breaks don't work. The problem here is that I have to build the window dynamically.What I need to do is:New Window("MyTitle", // Create a new window V List Box( // Stack everything on ...